Home
last modified time | relevance | path

Searched defs:disallowedApps (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DOverlayPackagesProvider.java242 final Set<String> disallowedApps = new ArraySet<>(); in getDisallowedApps() local
/aosp12/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/
H A DVpnTest.java810 String disallowedApps = mRemoteSocketFactoryClient.getPackageName() + "," + mPackageName; in testAppDisallowed() local
900 String disallowedApps = mPackageName + ",com.android.shell"; in testSetProxyDisallowedApps() local
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationManagerServiceTest.java8232 List<String> disallowedApps = ImmutableList.of("apples", "bananas", "cherries"); in testMigrateNotificationFilter_migrationAllAllowed() local
8264 List<String> disallowedApps = ImmutableList.of("apples"); in testMigrateNotificationFilter_noPreexistingFilter() local
8285 List<String> disallowedApps = ImmutableList.of("apples"); in testMigrateNotificationFilter_existingTypeFilter() local
8308 List<String> disallowedApps = ImmutableList.of("apples"); in testMigrateNotificationFilter_existingPkgFilter() local