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

  /cts/tests/tests/bluetooth/src/android/bluetooth/cts/
TestUtils.java 63 Settings.Secure.LOCATION_MODE, Settings.Secure.LOCATION_MODE_OFF);
70 Settings.Secure.putInt(context.getContentResolver(), Settings.Secure.LOCATION_MODE,
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowSettings.java 145 if (Settings.Secure.LOCATION_MODE.equals(name)
148 // Map LOCATION_MODE to underlying location provider storage API
166 if (Settings.Secure.LOCATION_MODE.equals(name)
186 if (Settings.Secure.LOCATION_MODE.equals(name)
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/helpers/
SensorFeaturesDeactivator.java 186 Settings.Secure.LOCATION_MODE,
  /cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DeviceOwnerTest.java 103 private static final String LOCATION_MODE = "location_mode";
718 String oldLocationSetting = getDevice().getSetting(SETTINGS_SECURE, LOCATION_MODE);
721 getDevice().setSetting(SETTINGS_SECURE, LOCATION_MODE, LOCATION_MODE_HIGH_ACCURACY);
725 getDevice().setSetting(SETTINGS_SECURE, LOCATION_MODE, oldLocationSetting);
    [all...]
  /cts/tests/tests/batterysaving/src/android/os/cts/batterysaving/
BatterySaverLocationTest.java 221 return Secure.getInt(getContext().getContentResolver(), Secure.LOCATION_MODE, 0);
228 Settings.Secure.getUriFor(Settings.Secure.LOCATION_MODE));
  /cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
AbstractRestrictBackgroundNetworkTestCase.java 181 Settings.Secure.putInt(mContext.getContentResolver(), Settings.Secure.LOCATION_MODE,
185 Settings.Secure.LOCATION_MODE));
189 Settings.Secure.putInt(mContext.getContentResolver(), Settings.Secure.LOCATION_MODE,
193 Settings.Secure.LOCATION_MODE));
198 Settings.Secure.LOCATION_MODE) != Settings.Secure.LOCATION_MODE_OFF;
    [all...]
  /cts/tests/tests/carrierapi/src/android/carrierapi/cts/
NetworkScanApiTest.java 458 Settings.Secure.LOCATION_MODE, Settings.Secure.LOCATION_MODE_OFF);
464 Settings.Secure.LOCATION_MODE, locationMode);
  /cts/tests/tests/net/src/android/net/wifi/cts/
ConcurrencyTest.java 211 Settings.Secure.LOCATION_MODE, Settings.Secure.LOCATION_MODE_OFF)
WifiManagerTest.java 398 Settings.Secure.LOCATION_MODE, Settings.Secure.LOCATION_MODE_OFF) !=
    [all...]

Completed in 318 milliseconds