Home
last modified time | relevance | path

Searched refs:getLocationEnabledSetting (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/core/java/com/android/server/timezonedetector/
DConfigurationInternal.java160 public boolean getLocationEnabledSetting() { in getLocationEnabledSetting() method in ConfigurationInternal
195 if (isGeoDetectionSupported() && getLocationEnabledSetting()) { in getGeoDetectionEnabledBehavior()
221 && getLocationEnabledSetting() in getGeoDetectionRunInBackgroundEnabledBehavior()
264 } else if (!mAutoDetectionEnabledSetting || !getLocationEnabledSetting()) { in asCapabilities()
DServiceConfigAccessorImpl.java349 .setLocationEnabledSetting(getLocationEnabledSetting(userId)) in getConfigurationInternal()
364 private boolean getLocationEnabledSetting(@UserIdInt int userId) { in getLocationEnabledSetting() method in ServiceConfigAccessorImpl
DMetricsTimeZoneDetectorState.java149 return mConfigurationInternal.getLocationEnabledSetting(); in getUserLocationEnabledSetting()
/frameworks/base/services/tests/timetests/src/com/android/server/timezonedetector/
DConfigurationInternalTest.java83 assertTrue(config.getLocationEnabledSetting()); in test_telephonyAndGeoSupported_capabilitiesAndConfiguration()
117 assertFalse(config.getLocationEnabledSetting()); in test_telephonyAndGeoSupported_capabilitiesAndConfiguration()
150 assertTrue(config.getLocationEnabledSetting()); in test_telephonyAndGeoSupported_capabilitiesAndConfiguration()
208 assertTrue(config.getLocationEnabledSetting()); in test_autoDetectNotSupported_capabilitiesAndConfiguration()
237 assertFalse(config.getLocationEnabledSetting()); in test_autoDetectNotSupported_capabilitiesAndConfiguration()
402 assertTrue(config.getLocationEnabledSetting()); in test_onlyGeoSupported_capabilitiesAndConfiguration()
436 assertFalse(config.getLocationEnabledSetting()); in test_onlyGeoSupported_capabilitiesAndConfiguration()
DMetricsTimeZoneDetectorStateTest.java167 assertEquals(configurationInternal.getLocationEnabledSetting(), in assertCommonConfiguration()
/frameworks/base/services/
Dart-wear-profile23581 PLcom/android/server/timezonedetector/ServiceConfigAccessorImpl;->getLocationEnabledSetting(I)Z