change package name to uiuios
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
package com.android.launcher3.model;
|
||||
package com.android.uiuios.model;
|
||||
|
||||
import android.content.ContentValues;
|
||||
import android.content.Context;
|
||||
import android.content.Intent;
|
||||
import android.database.sqlite.SQLiteDatabase;
|
||||
|
||||
import com.android.launcher3.LauncherProvider;
|
||||
import com.android.launcher3.LauncherSettings;
|
||||
import com.android.launcher3.util.TestLauncherProvider;
|
||||
import com.android.uiuios.LauncherProvider;
|
||||
import com.android.uiuios.LauncherSettings;
|
||||
import com.android.uiuios.util.TestLauncherProvider;
|
||||
|
||||
import org.junit.Before;
|
||||
import org.robolectric.Robolectric;
|
||||
@@ -25,7 +25,7 @@ public abstract class BaseGridChangesTestCase {
|
||||
public static final int SHORTCUT = LauncherSettings.Favorites.ITEM_TYPE_SHORTCUT;
|
||||
public static final int NO__ICON = -1;
|
||||
|
||||
public static final String TEST_PACKAGE = "com.android.launcher3.validpackage";
|
||||
public static final String TEST_PACKAGE = "com.android.uiuios.validpackage";
|
||||
|
||||
public Context mContext;
|
||||
public TestLauncherProvider mProvider;
|
||||
|
||||
Reference in New Issue
Block a user