Home
last modified time | relevance | path

Searched defs:oldPreferences (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/role/ui/
DDefaultAppListChildFragment.java124 ArrayMap<String, Preference> oldPreferences = new ArrayMap<>(); in onRoleListChanged() local
170 @NonNull ArrayMap<String, Preference> oldPreferences) { in clearPreferenceCategory()
180 @NonNull ArrayMap<String, Preference> oldPreferences) { in clearPreferences()
194 @NonNull List<RoleItem> roleItems, @NonNull ArrayMap<String, Preference> oldPreferences, in addPreferenceCategory()
209 @NonNull List<RoleItem> roleItems, @NonNull ArrayMap<String, Preference> oldPreferences, in addPreferences()
264 @NonNull ArrayMap<String, Preference> oldPreferences, @NonNull Context context) { in addMoreDefaultAppsPreference()
287 @NonNull ArrayMap<String, Preference> oldPreferences, @NonNull Context context) { in addManageDomainUrlsPreference()
DDefaultAppChildFragment.java130 ArrayMap<String, Preference> oldPreferences = new ArrayMap<>(); in onRoleChanged() local
197 @NonNull ArrayMap<String, Preference> oldPreferences, in addPreference()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/role/ui/specialappaccess/
DSpecialAppAccessListChildFragment.java86 ArrayMap<String, Preference> oldPreferences = new ArrayMap<>(); in onRoleListChanged() local
DSpecialAppAccessChildFragment.java120 ArrayMap<String, Preference> oldPreferences = new ArrayMap<>(); in onRoleChanged() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/modes/
DZenModesListPreferenceControllerTest.java132 List<ZenModesListItemPreference> oldPreferences = getModeListItems(mPreference); in updateState_secondTime_updatesPreferences() local