Home
last modified time | relevance | path

Searched refs:TEST_ACTIVITY2 (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Launcher3/tests/src/com/android/launcher3/model/
DPackageInstallStateChangedTaskTest.java5 import static com.android.launcher3.util.LauncherModelHelper.TEST_ACTIVITY2;
49 .atWorkspace(0, 0, 2).putApp(TEST_PACKAGE, TEST_ACTIVITY2) // 2 in setup()
53 .atWorkspace(0, 0, 5).putApp(PENDING_APP_1, TEST_ACTIVITY2) // 5 in setup()
58 .atWorkspace(0, 0, 9).putApp(PENDING_APP_2, TEST_ACTIVITY2) // 9 in setup()
DCacheDataUpdatedTaskTest.java7 import static com.android.launcher3.util.LauncherModelHelper.TEST_ACTIVITY2;
70 .addApp(TEST_PACKAGE, TEST_ACTIVITY2) // 3 in setup()
75 .addApp(PENDING_APP_1, TEST_ACTIVITY2) // 6 in setup()
80 .addApp(PENDING_APP_2, TEST_ACTIVITY2) // 9 in setup()
DFolderIconLoadTest.kt44 TEST_ACTIVITY2,
/packages/apps/Launcher3/tests/src/com/android/launcher3/folder/
DPreviewItemManagerTest.kt69 .addApp(LauncherModelHelper.TEST_PACKAGE, LauncherModelHelper.TEST_ACTIVITY2) in setup()
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/util/
DLauncherModelHelper.java74 public static final String TEST_ACTIVITY2 = "com.android.launcher3.tests.Activity3"; field in LauncherModelHelper