Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/slices/
DSettingsSliceProvider.java370 final String[] allowlistPackages = in grantAllowlistedPackagePermissions() local
372 if (allowlistPackages == null || allowlistPackages.length == 0) { in grantAllowlistedPackagePermissions()
378 descendants.size(), allowlistPackages.length)); in grantAllowlistedPackagePermissions()
382 for (String toPackage : allowlistPackages) { in grantAllowlistedPackagePermissions()
/packages/apps/Settings/src/com/android/settings/fuelgauge/
DBatteryAppListPreferenceController.java443 final CharSequence[] allowlistPackages = mContext.getResources() in shouldShowSummary() local
447 for (CharSequence packageName : allowlistPackages) { in shouldShowSummary()