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/
DAccountSettings.java121 public Preference removeWorkProfilePreference; field in AccountSettings.ProfileData
229 if (preference == profileData.removeWorkProfilePreference) { in onPreferenceClick()
305 profileData.removeWorkProfilePreference = newRemoveWorkProfilePreference(context); in updateProfileUi()
418 if (profileData.removeWorkProfilePreference != null) { in updateAccountTypes()
419 profileData.preferenceGroup.addPreference(profileData.removeWorkProfilePreference); in updateAccountTypes()