HomeSort by relevance Sort by last modified time
    Searched refs:LOCATION_MODE (Results 1 - 25 of 35) 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/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/Settings/src/com/android/settings/location/
LocationSettingsBase.java 98 return Settings.Secure.putInt(context.getContentResolver(), Settings.Secure.LOCATION_MODE,
110 mode = Settings.Secure.getInt(getContentResolver(), Settings.Secure.LOCATION_MODE,
124 int mode = Settings.Secure.getInt(getContentResolver(), Settings.Secure.LOCATION_MODE,
LocationPreferenceController.java 106 Secure.LOCATION_MODE, Secure.LOCATION_MODE_OFF);
134 return new InlineListPayload(Secure.LOCATION_MODE,
LocationMode.java 48 return MetricsEvent.LOCATION_MODE;
67 addPreferencesFromResource(R.xml.location_mode);
  /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);
  /packages/services/Telephony/src/com/android/phone/
LocationAccessPolicy.java 78 Settings.Secure.LOCATION_MODE, Settings.Secure.LOCATION_MODE_OFF, userId)
  /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/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...]
  /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/
NetworkScorerAppManager.java 224 return mSettingsFacade.getSecureInt(mContext, Settings.Secure.LOCATION_MODE,
  /frameworks/base/services/core/java/com/android/server/pm/
UserRestrictionsUtils.java 426 // value -- for example LOCATION_MODE might have been off already when the restriction was
462 android.provider.Settings.Secure.LOCATION_MODE,
  /cts/tests/tests/net/src/android/net/wifi/aware/cts/
SingleDeviceTest.java 82 Settings.Secure.LOCATION_MODE, Settings.Secure.LOCATION_MODE_OFF) !=
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/
UserManagerTest.java 322 Settings.Secure.LOCATION_MODE,
325 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 349 Settings.Secure.LOCATION_MODE, Settings.Secure.LOCATION_MODE_OFF) !=
    [all...]
  /frameworks/base/core/tests/coretests/src/android/provider/
SettingsBackupTest.java 457 Settings.Secure.LOCATION_MODE,
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/
NetworkScorerAppManagerTest.java 598 eq(Settings.Secure.LOCATION_MODE), anyInt())).thenReturn(returnVal);
    [all...]
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsProtoDumpUtil.java     [all...]

Completed in 819 milliseconds

1 2