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

  /packages/apps/Settings/src/com/android/settings/location/
LocationSettingsBase.java 86 mode = Settings.Secure.getInt(getContentResolver(), Settings.Secure.LOCATION_MODE,
97 Settings.Secure.putInt(getContentResolver(), Settings.Secure.LOCATION_MODE, mode);
103 int mode = Settings.Secure.getInt(getContentResolver(), Settings.Secure.LOCATION_MODE,
116 new String[] { Settings.Secure.LOCATION_MODE }, null);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
LocationController.java 135 .putIntForUser(cr, Settings.Secure.LOCATION_MODE, mode, currentUserId);
145 int mode = Settings.Secure.getIntForUser(resolver, Settings.Secure.LOCATION_MODE,
  /packages/apps/Settings/src/com/android/settings/widget/
SettingsAppWidgetProvider.java 536 Settings.Secure.LOCATION_MODE, Settings.Secure.LOCATION_MODE_OFF);
558 Settings.Secure.LOCATION_MODE, Settings.Secure.LOCATION_MODE_OFF);
574 Settings.Secure.putInt(resolver, Settings.Secure.LOCATION_MODE, mode);
    [all...]
  /frameworks/base/core/java/android/provider/
Settings.java     [all...]
  /cts/tests/tests/location/src/android/location/cts/
LocationManagerTest.java 271 cr, Settings.Secure.LOCATION_MODE, 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);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CDMAPhone.java 547 Settings.Secure.LOCATION_MODE, Settings.Secure.LOCATION_MODE_OFF);
    [all...]
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 274 milliseconds