Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/src/com/android/launcher3/model/
DPackageInstallStateChangedTaskTest.java6 import static com.android.launcher3.util.LauncherModelHelper.TEST_ACTIVITY3;
50 .atWorkspace(0, 0, 3).putApp(TEST_PACKAGE, TEST_ACTIVITY3) // 3 in setup()
54 .atWorkspace(0, 0, 6).putApp(PENDING_APP_1, TEST_ACTIVITY3) // 6 in setup()
59 .atWorkspace(0, 0, 10).putApp(PENDING_APP_2, TEST_ACTIVITY3); // 10 in setup()
DCacheDataUpdatedTaskTest.java8 import static com.android.launcher3.util.LauncherModelHelper.TEST_ACTIVITY3;
71 .addApp(TEST_PACKAGE, TEST_ACTIVITY3) // 4 in setup()
76 .addApp(PENDING_APP_1, TEST_ACTIVITY3) // 7 in setup()
81 .addApp(PENDING_APP_2, TEST_ACTIVITY3) // 10 in setup()
DFolderIconLoadTest.kt45 TEST_ACTIVITY3,
/packages/apps/Launcher3/tests/src/com/android/launcher3/folder/
DPreviewItemManagerTest.kt70 .addApp(LauncherModelHelper.TEST_PACKAGE, LauncherModelHelper.TEST_ACTIVITY3) in setup()
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/util/
DLauncherModelHelper.java75 public static final String TEST_ACTIVITY3 = "com.android.launcher3.tests.Activity4"; field in LauncherModelHelper