Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/applications/
DAppStateAppOpsBridge.java192 final ArrayMap<String, PermissionState> entriesForProfile = new ArrayMap<>(); in getEntries() local
193 entries.put(profileId, entriesForProfile); in getEntries()
199 entriesForProfile.put(packageName, newEntry); in getEntries()
228 final ArrayMap<String, PermissionState> entriesForProfile = entries.get(profileId); in loadPermissionsStates() local
229 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() local
274 if (entriesForProfile == null) { in loadAppOpsStates()
277 final PermissionState pe = entriesForProfile.get(packageOp.getPackageName()); in loadAppOpsStates()
/packages/apps/Car/Settings/src/com/android/car/settings/applications/specialaccess/
DAppStateAppOpsBridge.java102 Map<String, PermissionState> entriesForProfile = new ArrayMap<>(); in getPackageToStateMapsByProfileId() local
103 entries.put(profileId, entriesForProfile); in getPackageToStateMapsByProfileId()
115 entriesForProfile.put(packageInfo.packageName, newEntry); in getPackageToStateMapsByProfileId()