Searched refs:entriesForProfile (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Settings/src/com/android/settings/applications/ |
D | AppStateAppOpsBridge.java | 176 final ArrayMap<String, PermissionState> entriesForProfile = new ArrayMap<>(); in getEntries() local 178 entries.put(profileId, entriesForProfile); in getEntries() 184 entriesForProfile.put(packageName, newEntry); in getEntries() 210 final ArrayMap<String, PermissionState> entriesForProfile = entries.get(profileId); in loadPermissionsStates() local 211 if (entriesForProfile == null) { in loadPermissionsStates() 221 final PermissionState pe = entriesForProfile.get(packageInfo.packageName); in loadPermissionsStates() 252 final ArrayMap<String, PermissionState> entriesForProfile = entries.get(userId); in loadAppOpsStates() local 253 if (entriesForProfile == null) { in loadAppOpsStates() 256 final PermissionState pe = entriesForProfile.get(packageOp.getPackageName()); in loadAppOpsStates() 284 final ArrayMap<String, PermissionState> entriesForProfile = entries.get(mUserManager in getNumPackagesDeclaredPermission() local [all …]
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/ |
D | AppStateAppOpsBridge.java | 176 final ArrayMap<String, PermissionState> entriesForProfile = new ArrayMap<>(); in getEntries() local 178 entries.put(profileId, entriesForProfile); in getEntries() 184 entriesForProfile.put(packageName, newEntry); in getEntries() 210 final ArrayMap<String, PermissionState> entriesForProfile = entries.get(profileId); in loadPermissionsStates() local 211 if (entriesForProfile == null) { in loadPermissionsStates() 221 final PermissionState pe = entriesForProfile.get(packageInfo.packageName); in loadPermissionsStates() 252 final ArrayMap<String, PermissionState> entriesForProfile = entries.get(userId); in loadAppOpsStates() local 253 if (entriesForProfile == null) { in loadAppOpsStates() 256 final PermissionState pe = entriesForProfile.get(packageOp.getPackageName()); in loadAppOpsStates() 284 final ArrayMap<String, PermissionState> entriesForProfile = entries.get(mUserManager in getNumPackagesDeclaredPermission() local [all …]
|
/packages/apps/Car/Settings/src/com/android/car/settings/applications/specialaccess/ |
D | AppStateAppOpsBridge.java | 97 Map<String, PermissionState> entriesForProfile = new ArrayMap<>(); in getPackageToStateMapsByProfileId() local 98 entries.put(profileId, entriesForProfile); in getPackageToStateMapsByProfileId() 110 entriesForProfile.put(packageInfo.packageName, newEntry); in getPackageToStateMapsByProfileId()
|