Searched refs:mManagedProfileSwitch (Results 1 – 1 of 1) sorted by relevance
107 private RestrictedSwitchPreference mManagedProfileSwitch; field in LocationSettings254 mManagedProfileSwitch = null; in setupManagedProfileCategory()256 mManagedProfileSwitch = (RestrictedSwitchPreference)root in setupManagedProfileCategory()258 mManagedProfileSwitch.setOnPreferenceClickListener(null); in setupManagedProfileCategory()263 if (mManagedProfileSwitch == null) { in changeManagedProfileLocationAccessStatus()266 mManagedProfileSwitch.setOnPreferenceClickListener(null); in changeManagedProfileLocationAccessStatus()271 mManagedProfileSwitch.setDisabledByAdmin(admin); in changeManagedProfileLocationAccessStatus()272 mManagedProfileSwitch.setChecked(false); in changeManagedProfileLocationAccessStatus()275 mManagedProfileSwitch.setEnabled(enabled); in changeManagedProfileLocationAccessStatus()279 mManagedProfileSwitch.setChecked(false); in changeManagedProfileLocationAccessStatus()[all …]