Searched refs:TEST_APPS (Results 1 – 2 of 2) sorted by relevance
75 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 = constant183 private val TEST_PREDICTED_APPS = TEST_APPS.take(4).map { WorkspaceItemInfo(it) } in <lambda>()
186 private static final TestApp[] TEST_APPS = new TestApp[]{ field in RestrictedStoragePermissionSharedUidTest221 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()