Searched refs:mApp6 (Results 1 – 2 of 2) sorted by relevance
101 private ApplicationInfo mApp6; field in InstalledAppCounterTest122 mApp6 = buildInfo(MANAGED_PROFILE_APP_UID, APP_6, ApplicationInfo.FLAG_SYSTEM, in setUp()183 mPackageManager, mApp6)).isTrue(); in testIncludeInCount()196 mPackageManager, mApp6)).isFalse(); in testIncludeInCount()311 ).thenReturn(Arrays.asList(mApp5, mApp6)); in configurePackageManager()
101 private ApplicationInfo mApp6; field in AppWithAdminGrantedPermissionsCounterTest112 mApp6 = buildInfo(APP_6_UID, APP_6, 0 /* flags */, Build.VERSION_CODES.M); in setUp()231 MANAGED_PROFILE_ID)).thenReturn(Collections.singletonList(mApp6)); in configurePackageManager()