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

/packages/apps/Settings/src/com/android/settings/accounts/
H A DAccountSettings.java105 public Preference removeWorkProfilePreference; field in class:AccountSettings.ProfileData
204 if (preference == profileData.removeWorkProfilePreference) {
279 profileData.removeWorkProfilePreference = newRemoveWorkProfilePreference(context);
351 if (profileData.removeWorkProfilePreference != null) {
352 profileData.preferenceGroup.addPreference(profileData.removeWorkProfilePreference);

Completed in 343 milliseconds