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

  /packages/apps/Settings/tests/robotests/src/com/android/settings/location/
LocationPreferenceControllerTest.java 103 Secure.LOCATION_MODE, Secure.LOCATION_MODE_OFF);
141 assertThat(mController.getLocationString(Secure.LOCATION_MODE_OFF)).isEqualTo(
188 Settings.Secure.putInt(resolver, Secure.LOCATION_MODE, Secure.LOCATION_MODE_OFF);
192 Secure.LOCATION_MODE_OFF);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
LocationFragment.java 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);
    [all...]
  /cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
AbstractRestrictBackgroundNetworkTestCase.java 167 Settings.Secure.LOCATION_MODE_OFF);
168 assertEquals(Settings.Secure.LOCATION_MODE_OFF,
175 Settings.Secure.LOCATION_MODE) != Settings.Secure.LOCATION_MODE_OFF;
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
UserManagerService.java     [all...]
  /frameworks/base/core/java/android/provider/
Settings.java     [all...]
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/26/
android.jar 

Completed in 144 milliseconds