Searched refs:allowlistPackages (Results 1 – 2 of 2) sorted by relevance
370 final String[] allowlistPackages = in grantAllowlistedPackagePermissions() local372 if (allowlistPackages == null || allowlistPackages.length == 0) { in grantAllowlistedPackagePermissions()378 descendants.size(), allowlistPackages.length)); in grantAllowlistedPackagePermissions()382 for (String toPackage : allowlistPackages) { in grantAllowlistedPackagePermissions()
443 final CharSequence[] allowlistPackages = mContext.getResources() in shouldShowSummary() local447 for (CharSequence packageName : allowlistPackages) { in shouldShowSummary()