Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/accounts/
DAccountPreferenceController.java109 public RestrictedPreference removeWorkProfilePreference; field in AccountPreferenceController.ProfileData
240 if (preference == profileData.removeWorkProfilePreference) { in onPreferenceClick()
326 profileData.removeWorkProfilePreference = newRemoveWorkProfilePreference(); in updateProfileUi()
327 mHelper.enforceRestrictionOnPreference(profileData.removeWorkProfilePreference, in updateProfileUi()
469 if (profileData.removeWorkProfilePreference != null) { in updateAccountTypes()
470 profileData.preferenceGroup.addPreference(profileData.removeWorkProfilePreference); in updateAccountTypes()
/packages/apps/Settings/src/com/android/settings/accounts/
DAccountPreferenceController.java115 public RestrictedPreference removeWorkProfilePreference; field in AccountPreferenceController.ProfileData
242 if (preference == profileData.removeWorkProfilePreference) { in onPreferenceClick()
339 profileData.removeWorkProfilePreference = newRemoveWorkProfilePreference(); in updateProfileUi()
340 mHelper.enforceRestrictionOnPreference(profileData.removeWorkProfilePreference, in updateProfileUi()
487 if (profileData.removeWorkProfilePreference != null) { in updateAccountTypes()
488 profileData.preferenceGroup.addPreference(profileData.removeWorkProfilePreference); in updateAccountTypes()