Searched refs:entriesForProfile (Results 1 – 2 of 2) sorted by relevance
192 final ArrayMap<String, PermissionState> entriesForProfile = new ArrayMap<>(); in getEntries() local193 entries.put(profileId, entriesForProfile); in getEntries()199 entriesForProfile.put(packageName, newEntry); in getEntries()228 final ArrayMap<String, PermissionState> entriesForProfile = entries.get(profileId); in loadPermissionsStates() local229 if (entriesForProfile == null) { in loadPermissionsStates()239 final PermissionState pe = entriesForProfile.get(packageInfo.packageName); in loadPermissionsStates()273 final ArrayMap<String, PermissionState> entriesForProfile = entries.get(userId); in loadAppOpsStates() local274 if (entriesForProfile == null) { in loadAppOpsStates()277 final PermissionState pe = entriesForProfile.get(packageOp.getPackageName()); in loadAppOpsStates()
102 Map<String, PermissionState> entriesForProfile = new ArrayMap<>(); in getPackageToStateMapsByProfileId() local103 entries.put(profileId, entriesForProfile); in getPackageToStateMapsByProfileId()115 entriesForProfile.put(packageInfo.packageName, newEntry); in getPackageToStateMapsByProfileId()