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