Home
last modified time | relevance | path

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

/packages/apps/PermissionController/src/com/android/packageinstaller/role/ui/
DDefaultAppListChildFragment.java108 ArrayMap<String, Preference> oldPreferences = new ArrayMap<>(); in onRoleListChanged() local
122 clearPreferences(preferenceScreen, oldPreferences); in onRoleListChanged()
125 addPreferences(preferenceScreen, roleItems, oldPreferences, this, mViewModel.getUser(), in onRoleListChanged()
127 addMoreDefaultAppsPreference(preferenceScreen, oldPreferences, context); in onRoleListChanged()
128 addManageDomainUrlsPreference(preferenceScreen, oldPreferences, context); in onRoleListChanged()
145 @NonNull ArrayMap<String, Preference> oldPreferences) { in clearPreferences() argument
151 oldPreferences.put(preference.getKey(), preference); in clearPreferences()
156 @NonNull List<RoleItem> roleItems, @NonNull ArrayMap<String, Preference> oldPreferences, in addPreferences() argument
165 TwoTargetPreference preference = (TwoTargetPreference) oldPreferences.get( in addPreferences()
207 @NonNull ArrayMap<String, Preference> oldPreferences, @NonNull Context context) { in addMoreDefaultAppsPreference() argument
[all …]
DDefaultAppChildFragment.java125 ArrayMap<String, Preference> oldPreferences = new ArrayMap<>(); in onRoleChanged() local
140 oldPreferences.put(preference.getKey(), preference); in onRoleChanged()
149 oldPreferences, preferenceScreen, context); in onRoleChanged()
162 oldPreferences, preferenceScreen, context); in onRoleChanged()
192 @NonNull ArrayMap<String, Preference> oldPreferences, in addPreference() argument
194 TwoStatePreference preference = (TwoStatePreference) oldPreferences.get(key); in addPreference()
DSpecialAppAccessListChildFragment.java80 ArrayMap<String, Preference> oldPreferences = new ArrayMap<>(); in onRoleListChanged() local
90 oldPreferences.put(preference.getKey(), preference); in onRoleListChanged()
99 TwoTargetPreference preference = (TwoTargetPreference) oldPreferences.get( in onRoleListChanged()
DSpecialAppAccessChildFragment.java113 ArrayMap<String, Preference> oldPreferences = new ArrayMap<>(); in onRoleChanged() local
128 oldPreferences.put(preference.getKey(), preference); in onRoleChanged()
140 TwoStatePreference preference = (TwoStatePreference) oldPreferences.get(key); in onRoleChanged()