HomeSort by relevance Sort by last modified time
    Searched defs:LOCATION_MODE (Results 1 - 12 of 12) 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,
  /packages/apps/Settings/tests/robotests/src/com/android/settings/location/
LocationPreferenceControllerTest.java 103 Secure.LOCATION_MODE, Secure.LOCATION_MODE_OFF);
112 Secure.LOCATION_MODE, Secure.LOCATION_MODE_SENSORS_ONLY);
122 Secure.LOCATION_MODE, Secure.LOCATION_MODE_HIGH_ACCURACY);
132 Secure.LOCATION_MODE, Secure.LOCATION_MODE_BATTERY_SAVING);
188 Settings.Secure.putInt(resolver, Secure.LOCATION_MODE, Secure.LOCATION_MODE_OFF);
191 int updatedValue = Settings.Secure.getInt(resolver, Secure.LOCATION_MODE,
202 Settings.Secure.putInt(resolver, Secure.LOCATION_MODE, expectedValue);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
LocationFragment.java 197 Settings.Secure.LOCATION_MODE, Settings.Secure.LOCATION_MODE_OFF);
203 Settings.Secure.LOCATION_MODE, mode);
211 Settings.Secure.LOCATION_MODE, Settings.Secure.LOCATION_MODE_OFF);
  /cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
AbstractRestrictBackgroundNetworkTestCase.java 158 Settings.Secure.putInt(mContext.getContentResolver(), Settings.Secure.LOCATION_MODE,
162 Settings.Secure.LOCATION_MODE));
166 Settings.Secure.putInt(mContext.getContentResolver(), Settings.Secure.LOCATION_MODE,
170 Settings.Secure.LOCATION_MODE));
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...]
  /frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DevicePolicyManagerService.java 320 SECURE_SETTINGS_DEVICEOWNER_WHITELIST.add(Settings.Secure.LOCATION_MODE);
    [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 261 milliseconds