Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/
DInstalledAppListerTest.java83 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()
DInstalledAppCounterTest.java106 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()