Searched refs:appPerms (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/service/ |
D | BackupHelper.java | 641 void restore(@NonNull AppPermissions appPerms, boolean restoreBackgroundPerms) { in restore() argument 642 AppPermissionGroup group = appPerms.getGroupForPermission(mPermissionName); in restore() 645 + appPerms.getPackageInfo().packageName); in restore() 930 AppPermissions appPerms = new AppPermissions(context, pkgInfo, false, null); in fromAppPermissions() local 933 List<AppPermissionGroup> groups = appPerms.getPermissionGroups(); in fromAppPermissions() 995 AppPermissions appPerms = new AppPermissions(context, pkgInfo, false, true, null); in restore() local 1002 mPermissionsToRestore.get(i).restore(appPerms, false); in restore() 1006 mPermissionsToRestore.get(i).restore(appPerms, true); in restore() 1009 int numGroups = appPerms.getPermissionGroups().size(); in restore() 1011 AppPermissionGroup group = appPerms.getPermissionGroups().get(i); in restore() [all …]
|
D | PermissionControllerServiceImpl.java | 208 @NonNull ArrayList<String> permissions, @NonNull AppPermissions appPerms) { in getRevocableGroupsForPermissions() argument 210 int numGroups = appPerms.getPermissionGroups().size(); in getRevocableGroupsForPermissions() 212 AppPermissionGroup group = appPerms.getPermissionGroups().get(groupNum); in getRevocableGroupsForPermissions() 346 AppPermissions appPerms = new AppPermissions(this, pkgInfo, false, true, null); in onRevokeRuntimePermissions() local 352 expandedPerms, appPerms); in onRevokeRuntimePermissions() 358 appsWithRevokedPerms.add(appPerms); in onRevokeRuntimePermissions()
|