Home
last modified time | relevance | path

Searched refs:TEST_APPS (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/launcher3/taskbar/allapps/
DTaskbarAllAppsControllerTest.kt75 allAppsController.setApps(TEST_APPS, 0, emptyMap()) in testSetApps_beforeOpened_cachesInfo()
79 assertThat(overlayContext.appsView.appsStore.apps).isEqualTo(TEST_APPS) in testSetApps_beforeOpened_cachesInfo()
86 allAppsController.setApps(TEST_APPS, 0, emptyMap()) in testSetApps_afterOpened_updatesStore()
89 assertThat(overlayContext.appsView.appsStore.apps).isEqualTo(TEST_APPS) in testSetApps_afterOpened_updatesStore()
127 allAppsController.setApps(TEST_APPS, 0, emptyMap()) in testUpdateNotificationDots_appInfo_hasDot()
130 PackageUserKey.fromItemInfo(TEST_APPS[0]), in testUpdateNotificationDots_appInfo_hasDot()
170 private val TEST_APPS = constant
183 private val TEST_PREDICTED_APPS = TEST_APPS.take(4).map { WorkspaceItemInfo(it) } in <lambda>()
/packages/modules/Permission/tests/cts/permissionpolicy/src/android/permissionpolicy/cts/
DRestrictedStoragePermissionSharedUidTest.java186 private static final TestApp[] TEST_APPS = new TestApp[]{ field in RestrictedStoragePermissionSharedUidTest
221 for (int firstApp = 0; firstApp < TEST_APPS.length; firstApp++) { in getTestAppCombinations()
222 for (int secondApp = firstApp + 1; secondApp < TEST_APPS.length; secondApp++) { in getTestAppCombinations()
223 parameters.add(new Object[]{TEST_APPS[firstApp], TEST_APPS[secondApp]}); in getTestAppCombinations()