Home
last modified time | relevance | path

Searched refs:existingPrefs (Results 1 – 4 of 4) sorted by relevance

/packages/apps/PermissionController/src/com/android/packageinstaller/permission/ui/auto/
DAutoPermissionAppsFragment.java186 Map<String, Preference> existingPrefs = new ArrayMap<>(); in onPermissionsLoaded() local
190 existingPrefs.put(preference.getKey(), preference); in onPermissionsLoaded()
196 existingPrefs.put(preference.getKey(), preference); in onPermissionsLoaded()
202 existingPrefs.put(preference.getKey(), preference); in onPermissionsLoaded()
235 Preference existingPref = existingPrefs.get(key); in onPermissionsLoaded()
/packages/apps/PermissionController/src/com/android/packageinstaller/permission/ui/handheld/
DPermissionAppsFragment.java232 Map<String, Preference> existingPrefs = new ArrayMap<>(); in onPermissionsLoaded() local
236 existingPrefs.put(preference.getKey(), preference); in onPermissionsLoaded()
242 existingPrefs.put(preference.getKey(), preference); in onPermissionsLoaded()
248 existingPrefs.put(preference.getKey(), preference); in onPermissionsLoaded()
254 existingPrefs.put(preference.getKey(), preference); in onPermissionsLoaded()
291 Preference existingPref = existingPrefs.get(key); in onPermissionsLoaded()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/network/
DSubscriptionsPreferenceController.java128 final Map<Integer, Preference> existingPrefs = mSubscriptionPreferences; in update() local
134 Preference pref = existingPrefs.remove(subId); in update()
155 for (Preference pref : existingPrefs.values()) { in update()
/packages/apps/Settings/src/com/android/settings/network/
DSubscriptionsPreferenceController.java161 final Map<Integer, Preference> existingPrefs = mSubscriptionPreferences; in update() local
170 Preference pref = existingPrefs.remove(subId); in update()
193 for (Preference pref : existingPrefs.values()) { in update()