Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/accounts/
DAccountPreferenceController.java128 public RestrictedPreference removeWorkProfilePreference; field in AccountPreferenceController.ProfileData
265 if (preference == profileData.removeWorkProfilePreference) { in onPreferenceClick()
389 profileData.removeWorkProfilePreference = newRemoveWorkProfilePreference(); in updateProfileUi()
390 mHelper.enforceRestrictionOnPreference(profileData.removeWorkProfilePreference, in updateProfileUi()
582 if (profileData.removeWorkProfilePreference != null) { in updateAccountTypes()
583 profileData.preferenceGroup.addPreference(profileData.removeWorkProfilePreference); in updateAccountTypes()