Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/
DInstalledAppCounterTest.java97 private ApplicationInfo mApp2; field in InstalledAppCounterTest
114 mApp2 = buildInfo(MAIN_USER_APP_UID, APP_2, 0 /* flags */, in setUp()
175 mPackageManager, mApp2)).isTrue(); in testIncludeInCount()
188 mPackageManager, mApp2)).isFalse(); in testIncludeInCount()
224 eq(MAIN_USER_ID))).thenReturn(Arrays.asList(mApp2)); in testCountInstalledApps_archivingDisabled()
247 eq(MAIN_USER_ID))).thenReturn(Arrays.asList(mApp2, mApp7)); in testCountInstalledApps_archivingEnabled()
286 ).thenReturn(Arrays.asList(mApp1, mApp2, mApp3, mApp4)); in configurePackageManager()
DAppWithAdminGrantedPermissionsCounterTest.java97 private ApplicationInfo mApp2; field in AppWithAdminGrantedPermissionsCounterTest
108 mApp2 = buildInfo(APP_2_UID, APP_2, 0 /* flags */, Build.VERSION_CODES.M); in setUp()
151 mDevicePolicyManager, mPackageManager, mPackageManagerService, mApp2)).isFalse(); in testIncludeInCount()
226 MAIN_USER_ID)).thenReturn(Arrays.asList(mApp1, mApp2, mApp3, mApp4, mApp5)); in configurePackageManager()