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.java107 private RestrictedSwitchPreference mManagedProfileSwitch; field in LocationSettings
254 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 …]