Searched refs:getPermissionInfosForGroup (Results 1 – 3 of 3) sorted by relevance
198 groupPermissions = Utils.getPermissionInfosForGroup(packageManager, groupInfo.name); in getPermissionGroups()
490 public static @NonNull List<PermissionInfo> getPermissionInfosForGroup( in getPermissionInfosForGroup() method in Utils596 return Utils.getPermissionInfosForGroup(context.getPackageManager(), groupName); in getGroupPermissionInfos()1096 permissions.addAll(getPermissionInfosForGroup(pm, permGroupName)); in shouldShowHealthPermission()
202 permissionInfos = Utils.getPermissionInfosForGroup(context.getPackageManager(), in create()235 permissionInfos = Utils.getPermissionInfosForGroup(app.getPackageManager(), in create()