Home
last modified time | relevance | path

Searched refs:APP_4 (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/
DInstalledAppListerTest.java60 private final String APP_4 = "app4"; field in InstalledAppListerTest
115 buildInfo(MAIN_USER_APP_UID, APP_4, ApplicationInfo.FLAG_SYSTEM, in testCountInstalledAppsAcrossAllUsers()
120 expectQueryIntentActivities(MAIN_USER_ID, APP_4, false /* launchable */); in testCountInstalledAppsAcrossAllUsers()
130 when(mPackageManager.getInstallReason(APP_4, mainUser)) in testCountInstalledAppsAcrossAllUsers()
164 assertThat(checkAppFound(mInstalledAppList, APP_4, MAIN_USER_ID)).isFalse(); in testCountInstalledAppsAcrossAllUsers()
DAppWithAdminGrantedPermissionsListerTest.java57 private final String APP_4 = "app4"; field in AppWithAdminGrantedPermissionsListerTest
117 buildInfo(APP_4_UID, APP_4, 0 /* flags */, Build.VERSION_CODES.LOLLIPOP), in verifyListInstalledApps()
129 when(mDevicePolicyManager.getPermissionGrantState(eq(null), eq(APP_4), anyObject())) in verifyListInstalledApps()
158 when(mPackageManager.getInstallReason(APP_4, mainUser)) in verifyListInstalledApps()
195 assertThat(InstalledAppListerTest.checkAppFound(mAppList, APP_4, MAIN_USER_ID)).isFalse(); in verifyListInstalledApps()
DAppWithAdminGrantedPermissionsCounterTest.java59 private final String APP_4 = "app4"; field in AppWithAdminGrantedPermissionsCounterTest
105 mApp4 = buildInfo(APP_4_UID, APP_4, 0 /* flags */, Build.VERSION_CODES.LOLLIPOP); in setUp()
196 when(mDevicePolicyManager.getPermissionGrantState(eq(null), eq(APP_4), anyObject())) in configureRunTimePermissions()
234 when(mPackageManager.getInstallReason(APP_4, mainUser)) in configurePackageManager()
DInstalledAppCounterTest.java61 private final String APP_4 = "app4"; field in InstalledAppCounterTest
98 mApp4 = buildInfo(MAIN_USER_APP_UID, APP_4, ApplicationInfo.FLAG_SYSTEM, in setUp()
205 expectQueryIntentActivities(MAIN_USER_ID, APP_4, false /* launchable */); in configurePackageManager()
215 when(mPackageManager.getInstallReason(APP_4, mainUser)) in configurePackageManager()