Searched refs:mManagedProfileSwitch (Results 1 – 1 of 1) sorted by relevance
100 private RestrictedSwitchPreference mManagedProfileSwitch; field in LocationSettings251 mManagedProfileSwitch = null; in setupManagedProfileCategory()253 mManagedProfileSwitch = (RestrictedSwitchPreference)root in setupManagedProfileCategory()255 mManagedProfileSwitch.setOnPreferenceClickListener(null); in setupManagedProfileCategory()260 if (mManagedProfileSwitch == null) { in changeManagedProfileLocationAccessStatus()263 mManagedProfileSwitch.setOnPreferenceClickListener(null); in changeManagedProfileLocationAccessStatus()268 mManagedProfileSwitch.setDisabledByAdmin(admin); in changeManagedProfileLocationAccessStatus()269 mManagedProfileSwitch.setChecked(false); in changeManagedProfileLocationAccessStatus()272 mManagedProfileSwitch.setEnabled(enabled); in changeManagedProfileLocationAccessStatus()276 mManagedProfileSwitch.setChecked(false); in changeManagedProfileLocationAccessStatus()[all …]