Searched refs:removeWorkProfilePreference (Results 1 – 2 of 2) sorted by relevance
109 public RestrictedPreference removeWorkProfilePreference; field in AccountPreferenceController.ProfileData240 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()
115 public RestrictedPreference removeWorkProfilePreference; field in AccountPreferenceController.ProfileData242 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()