Home | History | Annotate | Download | only in system

Lines Matching defs:LOCATION_MODE_OFF

52     private static final String LOCATION_MODE_OFF = "off";
97 LOCATION_MODE_OFF
180 int mode = Settings.Secure.LOCATION_MODE_OFF;
183 } else if (TextUtils.equals((CharSequence) newValue, LOCATION_MODE_OFF)) {
184 mode = Settings.Secure.LOCATION_MODE_OFF;
197 Settings.Secure.LOCATION_MODE, Settings.Secure.LOCATION_MODE_OFF);
211 Settings.Secure.LOCATION_MODE, Settings.Secure.LOCATION_MODE_OFF);
215 } else if (mode == Settings.Secure.LOCATION_MODE_OFF) {
216 mLocationMode.setValue(LOCATION_MODE_OFF);
218 writeLocationMode(Settings.Secure.LOCATION_MODE_OFF);
219 mLocationMode.setValue(LOCATION_MODE_OFF);