change package name to uiuios

This commit is contained in:
2020-11-02 15:31:36 +08:00
parent 164c1fc8a0
commit c5bda0953d
645 changed files with 3881 additions and 3881 deletions

View File

@@ -1,4 +1,4 @@
package com.android.launcher3.model;
package com.android.uiuios.model;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
@@ -6,9 +6,9 @@ import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertNotSame;
import static org.junit.Assert.assertNull;
import com.android.launcher3.AppInfo;
import com.android.launcher3.ItemInfo;
import com.android.launcher3.WorkspaceItemInfo;
import com.android.uiuios.AppInfo;
import com.android.uiuios.ItemInfo;
import com.android.uiuios.WorkspaceItemInfo;
import org.junit.Before;
import org.junit.Ignore;