Searched refs:expectQueryIntentActivities (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/ |
D | InstalledAppListerTest.java | 84 private void expectQueryIntentActivities(int userId, String packageName, boolean launchable) { in expectQueryIntentActivities() method in InstalledAppListerTest 123 expectQueryIntentActivities(MAIN_USER_ID, APP_3, true /* launchable */); in testCountInstalledAppsAcrossAllUsers() 124 expectQueryIntentActivities(MAIN_USER_ID, APP_4, false /* launchable */); in testCountInstalledAppsAcrossAllUsers() 147 expectQueryIntentActivities(MANAGED_PROFILE_ID, APP_6, true /* launchable */); in testCountInstalledAppsAcrossAllUsers()
|
D | InstalledAppCounterTest.java | 129 private void expectQueryIntentActivities(int userId, String packageName, boolean launchable) { in expectQueryIntentActivities() method in InstalledAppCounterTest 289 expectQueryIntentActivities(MAIN_USER_ID, APP_3, true /* launchable */); in configurePackageManager() 290 expectQueryIntentActivities(MAIN_USER_ID, APP_4, false /* launchable */); in configurePackageManager() 312 expectQueryIntentActivities(MANAGED_PROFILE_ID, APP_6, true /* launchable */); in configurePackageManager()
|