Searched refs:TEST_ACTIVITY2 (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Launcher3/tests/src/com/android/launcher3/model/ |
D | PackageInstallStateChangedTaskTest.java | 5 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()
|
D | CacheDataUpdatedTaskTest.java | 7 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()
|
D | FolderIconLoadTest.kt | 44 TEST_ACTIVITY2,
|
/packages/apps/Launcher3/tests/src/com/android/launcher3/folder/ |
D | PreviewItemManagerTest.kt | 69 .addApp(LauncherModelHelper.TEST_PACKAGE, LauncherModelHelper.TEST_ACTIVITY2) in setup()
|
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/util/ |
D | LauncherModelHelper.java | 74 public static final String TEST_ACTIVITY2 = "com.android.launcher3.tests.Activity3"; field in LauncherModelHelper
|