Home
last modified time | relevance | path

Searched refs:isGeoTimeZoneDetectionFeatureSupported (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/timezonedetector/
H A DServiceConfigAccessorImpl.java302 && isGeoTimeZoneDetectionFeatureSupported() in storeConfiguration()
317 .setGeoDetectionFeatureSupported(isGeoTimeZoneDetectionFeatureSupported()) in getConfigurationInternal()
407 || isGeoTimeZoneDetectionFeatureSupported(); in isAutoDetectionFeatureSupported()
422 public boolean isGeoTimeZoneDetectionFeatureSupported() { in isGeoTimeZoneDetectionFeatureSupported() method in ServiceConfigAccessorImpl
H A DServiceConfigAccessor.java132 boolean isGeoTimeZoneDetectionFeatureSupported(); in isGeoTimeZoneDetectionFeatureSupported() method
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/timezonedetector/
H A DFakeServiceConfigAccessor.java143 public boolean isGeoTimeZoneDetectionFeatureSupported() { in isGeoTimeZoneDetectionFeatureSupported() method in FakeServiceConfigAccessor
/aosp14/frameworks/base/services/core/java/com/android/server/timezonedetector/location/
H A DLocationTimeZoneManagerService.java275 if (!mServiceConfigAccessor.isGeoTimeZoneDetectionFeatureSupported()) { in startOnDomainThread()