Home
last modified time | relevance | path

Searched refs:mManagedProfileSwitch (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/location/
DLocationSettings.java100 private RestrictedSwitchPreference mManagedProfileSwitch; field in LocationSettings
251 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 …]