Searched refs:expectQueryIntentActivities (Results 1 – 2 of 2) sorted by relevance
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/ |
H A D | InstalledAppListerTest.java | 83 private void expectQueryIntentActivities(int userId, String packageName, boolean launchable) { in expectQueryIntentActivities() method in InstalledAppListerTest 119 expectQueryIntentActivities(MAIN_USER_ID, APP_3, true /* launchable */); in testCountInstalledAppsAcrossAllUsers() 120 expectQueryIntentActivities(MAIN_USER_ID, APP_4, false /* launchable */); in testCountInstalledAppsAcrossAllUsers() 143 expectQueryIntentActivities(MANAGED_PROFILE_ID, APP_6, true /* launchable */); in testCountInstalledAppsAcrossAllUsers()
|
H A D | InstalledAppCounterTest.java | 106 private void expectQueryIntentActivities(int userId, String packageName, boolean launchable) { in expectQueryIntentActivities() method in InstalledAppCounterTest 204 expectQueryIntentActivities(MAIN_USER_ID, APP_3, true /* launchable */); in configurePackageManager() 205 expectQueryIntentActivities(MAIN_USER_ID, APP_4, false /* launchable */); in configurePackageManager() 224 expectQueryIntentActivities(MANAGED_PROFILE_ID, APP_6, true /* launchable */); in configurePackageManager()
|