HomeSort by relevance Sort by last modified time
    Searched refs:LOCATION_MODE_OFF (Results 1 - 11 of 11) sorted by null

  /packages/apps/Settings/src/com/android/settings/location/
LocationMode.java 96 int mode = Settings.Secure.LOCATION_MODE_OFF;
110 case Settings.Secure.LOCATION_MODE_OFF:
126 boolean enabled = (mode != Settings.Secure.LOCATION_MODE_OFF) && !restricted;
LocationSettingsBase.java 87 Settings.Secure.LOCATION_MODE_OFF);
104 Settings.Secure.LOCATION_MODE_OFF);
LocationSettings.java 211 case Settings.Secure.LOCATION_MODE_OFF:
230 boolean enabled = (mode != Settings.Secure.LOCATION_MODE_OFF);
255 setLocationMode(Settings.Secure.LOCATION_MODE_OFF);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
LocationController.java 131 ? Settings.Secure.LOCATION_MODE_HIGH_ACCURACY : Settings.Secure.LOCATION_MODE_OFF;
146 Settings.Secure.LOCATION_MODE_OFF, ActivityManager.getCurrentUser());
147 return mode != Settings.Secure.LOCATION_MODE_OFF;
  /packages/apps/Settings/src/com/android/settings/widget/
SettingsAppWidgetProvider.java 512 private int mCurrentLocationMode = Settings.Secure.LOCATION_MODE_OFF;
536 Settings.Secure.LOCATION_MODE, Settings.Secure.LOCATION_MODE_OFF);
537 return (mCurrentLocationMode == Settings.Secure.LOCATION_MODE_OFF)
558 Settings.Secure.LOCATION_MODE, Settings.Secure.LOCATION_MODE_OFF);
568 mode = Settings.Secure.LOCATION_MODE_OFF;
570 case Settings.Secure.LOCATION_MODE_OFF:
575 return mode != Settings.Secure.LOCATION_MODE_OFF;
    [all...]
  /cts/tests/tests/location/src/android/location/cts/
LocationManagerTest.java 271 cr, Settings.Secure.LOCATION_MODE, Settings.Secure.LOCATION_MODE_OFF);
287 case Settings.Secure.LOCATION_MODE_OFF:
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneBase.java 814 Settings.Secure.LOCATION_MODE, Settings.Secure.LOCATION_MODE_OFF);
815 if (mode == Settings.Secure.LOCATION_MODE_OFF) {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CDMAPhone.java 547 Settings.Secure.LOCATION_MODE, Settings.Secure.LOCATION_MODE_OFF);
548 if (mode == Settings.Secure.LOCATION_MODE_OFF) {
    [all...]
  /frameworks/base/core/java/android/provider/
Settings.java     [all...]
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 2251 milliseconds