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

1 2

  /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/src/com/android/settings/location/
LocationSettingsBase.java 100 mode = Settings.Secure.getInt(getContentResolver(), Settings.Secure.LOCATION_MODE,
111 Settings.Secure.putInt(getContentResolver(), Settings.Secure.LOCATION_MODE, mode);
117 int mode = Settings.Secure.getInt(getContentResolver(), Settings.Secure.LOCATION_MODE,
LocationPreferenceController.java 61 Secure.LOCATION_MODE, Secure.LOCATION_MODE_OFF);
LocationMode.java 48 return MetricsEvent.LOCATION_MODE;
67 addPreferencesFromResource(R.xml.location_mode);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/location/
LocationPreferenceControllerTest.java 84 Secure.LOCATION_MODE, Secure.LOCATION_MODE_OFF);
93 Secure.LOCATION_MODE, Secure.LOCATION_MODE_SENSORS_ONLY);
103 Secure.LOCATION_MODE, Secure.LOCATION_MODE_HIGH_ACCURACY);
113 Secure.LOCATION_MODE, Secure.LOCATION_MODE_BATTERY_SAVING);
  /packages/apps/Dialer/java/com/android/incallui/calllocation/impl/
GoogleLocationSettingHelper.java 107 return Secure.getInt(context.getContentResolver(), Secure.LOCATION_MODE)
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/utils/
LocationUtils.java 55 return Settings.Secure.getInt(context.getContentResolver(), Settings.Secure.LOCATION_MODE,
  /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);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
LocationControllerImpl.java 114 .putIntForUser(cr, Settings.Secure.LOCATION_MODE, mode, currentUserId);
124 int mode = Settings.Secure.getIntForUser(resolver, Settings.Secure.LOCATION_MODE,
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/helpers/
SensorFeaturesDeactivator.java 203 Settings.Secure.LOCATION_MODE,
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiSettingsStore.java 235 Settings.Secure.LOCATION_MODE, Settings.Secure.LOCATION_MODE_OFF);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/location/
LocationModeTestActivity.java 40 * It would be hard to automate these tests because the {@link Secure#LOCATION_MODE} API is only
212 return Secure.getInt(cr, Secure.LOCATION_MODE, Secure.LOCATION_MODE_OFF);
  /platform_testing/libraries/system-helpers/settings-helper/src/android/system/helpers/
SettingsHelper.java 477 Settings.Secure.putInt(mResolver, Settings.Secure.LOCATION_MODE, settingValToPut);
488 Settings.Secure.LOCATION_MODE);
  /packages/apps/Settings/src/com/android/settings/widget/
SettingsAppWidgetProvider.java 543 Settings.Secure.LOCATION_MODE, Settings.Secure.LOCATION_MODE_OFF);
565 Settings.Secure.LOCATION_MODE, Settings.Secure.LOCATION_MODE_OFF);
581 Settings.Secure.putInt(resolver, Settings.Secure.LOCATION_MODE, mode);
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
UserRestrictionsUtils.java 427 // value -- for example LOCATION_MODE might have been off already when the restriction was
463 android.provider.Settings.Secure.LOCATION_MODE,
UserManagerService.java     [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/
UserManagerTest.java 323 Settings.Secure.LOCATION_MODE,
326 assertEquals("Restricted profile should have setting LOCATION_MODE set to "
  /frameworks/base/core/java/android/provider/
Settings.java     [all...]
  /cts/tests/tests/net/src/android/net/wifi/cts/
WifiManagerTest.java 345 Settings.Secure.LOCATION_MODE, Settings.Secure.LOCATION_MODE_OFF) !=
    [all...]
  /frameworks/base/core/tests/coretests/src/android/provider/
SettingsBackupTest.java 437 Settings.Secure.LOCATION_MODE,
    [all...]
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsProtoDumpUtil.java     [all...]
SettingsProvider.java     [all...]
  /cts/tests/tests/location/src/android/location/cts/
LocationManagerTest.java 269 cr, Settings.Secure.LOCATION_MODE, Settings.Secure.LOCATION_MODE_OFF);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
GsmCdmaPhone.java 422 Settings.Secure.LOCATION_MODE, Settings.Secure.LOCATION_MODE_OFF);
    [all...]
Phone.java     [all...]

Completed in 949 milliseconds

1 2