HomeSort by relevance Sort by last modified time
    Searched defs:LOCATION_MODE (Results 1 - 13 of 13) 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/TvSettings/Settings/src/com/android/tv/settings/system/
LocationFragment.java 196 Settings.Secure.LOCATION_MODE, Settings.Secure.LOCATION_MODE_OFF);
202 Settings.Secure.LOCATION_MODE, mode);
210 Settings.Secure.LOCATION_MODE, Settings.Secure.LOCATION_MODE_OFF);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/location/
LocationEnablerTest.java 149 Settings.Secure.LOCATION_MODE, Settings.Secure.LOCATION_MODE_BATTERY_SAVING);
160 Settings.Secure.LOCATION_MODE, Settings.Secure.LOCATION_MODE_BATTERY_SAVING);
165 Settings.Secure.LOCATION_MODE, Settings.Secure.LOCATION_MODE_BATTERY_SAVING))
173 Settings.Secure.LOCATION_MODE, Settings.Secure.LOCATION_MODE_BATTERY_SAVING);
184 Settings.Secure.LOCATION_MODE, Settings.Secure.LOCATION_MODE_BATTERY_SAVING);
200 Settings.Secure.LOCATION_MODE, Settings.Secure.LOCATION_MODE_OFF);
210 Settings.Secure.LOCATION_MODE, Settings.Secure.LOCATION_MODE_OFF);
  /packages/apps/Settings/tests/uitests/src/com/android/settings/ui/
LocationSettingsTests.java 98 Settings.Secure.LOCATION_MODE, Settings.Secure.LOCATION_MODE_HIGH_ACCURACY);
107 Settings.Secure.LOCATION_MODE, Settings.Secure.LOCATION_MODE_SENSORS_ONLY);
115 Settings.Secure.LOCATION_MODE, Settings.Secure.LOCATION_MODE_SENSORS_ONLY);
180 Settings.Secure.LOCATION_MODE);
189 Settings.Secure.LOCATION_MODE, Settings.Secure.LOCATION_MODE_OFF);
193 Settings.Secure.LOCATION_MODE, Settings.Secure.LOCATION_MODE_HIGH_ACCURACY);
207 Settings.Secure.LOCATION_MODE);
  /cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
AbstractRestrictBackgroundNetworkTestCase.java 167 Settings.Secure.putInt(mContext.getContentResolver(), Settings.Secure.LOCATION_MODE,
171 Settings.Secure.LOCATION_MODE));
175 Settings.Secure.putInt(mContext.getContentResolver(), Settings.Secure.LOCATION_MODE,
179 Settings.Secure.LOCATION_MODE));
184 Settings.Secure.LOCATION_MODE) != Settings.Secure.LOCATION_MODE_OFF;
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
UserManagerService.java     [all...]
  /frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DevicePolicyManagerService.java 385 SECURE_SETTINGS_DEVICEOWNER_WHITELIST.add(Settings.Secure.LOCATION_MODE);
    [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 342 milliseconds