Home
last modified time | relevance | path

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

/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/policy/
DLockTaskModePolicyHandler.java126 String[] allowlistPackages = allowlist.toArray(new String[0]); in updateAllowlist() local
127 mDpm.setLockTaskPackages(null /* admin */, allowlistPackages); in updateAllowlist()
129 Arrays.toString(allowlistPackages))); in updateAllowlist()
218 ArraySet<String> allowlistPackages = new ArraySet<>(allowlistArray);
219 allowlistSystemAppForAction(Intent.ACTION_DIAL, allowlistPackages);
220 allowlistSystemAppForAction(Settings.ACTION_SETTINGS, allowlistPackages);
222 allowlistPackages);
223 allowlistInputMethod(allowlistPackages);
224 allowlistCellBroadcastReceiver(allowlistPackages);
225 allowlistPackages.add(mContext.getPackageName());
[all …]
/packages/apps/Settings/src/com/android/settings/slices/
DSettingsSliceProvider.java378 final String[] allowlistPackages = in grantAllowlistedPackagePermissions() local
380 if (allowlistPackages == null || allowlistPackages.length == 0) { in grantAllowlistedPackagePermissions()
386 descendants.size(), allowlistPackages.length)); in grantAllowlistedPackagePermissions()
390 for (String toPackage : allowlistPackages) { in grantAllowlistedPackagePermissions()