Home
last modified time | relevance | path

Searched refs:isGeoDetectionSupported (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/services/core/java/com/android/server/timezonedetector/
DConfigurationInternal.java94 public boolean isGeoDetectionSupported() { in isGeoDetectionSupported() method in ConfigurationInternal
195 if (isGeoDetectionSupported() && getLocationEnabledSetting()) { in getGeoDetectionEnabledBehavior()
220 return isGeoDetectionSupported() in getGeoDetectionRunInBackgroundEnabledBehavior()
249 boolean deviceHasLocationTimeZoneDetection = isGeoDetectionSupported(); in asCapabilities()
DMetricsTimeZoneDetectorState.java124 public boolean isGeoDetectionSupported() { in isGeoDetectionSupported() method in MetricsTimeZoneDetectorState
125 return mConfigurationInternal.isGeoDetectionSupported(); in isGeoDetectionSupported()
DTimeZoneDetectorStrategyImpl.java573 return mCurrentConfigurationInternal.isGeoDetectionSupported();
1071 } else if (!currentConfigurationInternal.isGeoDetectionSupported()) { in createLocationAlgorithmStatus()
/frameworks/base/services/tests/timetests/src/com/android/server/timezonedetector/
DMetricsTimeZoneDetectorStateTest.java157 assertEquals(configurationInternal.isGeoDetectionSupported(), in assertCommonConfiguration()
158 metricsTimeZoneDetectorState.isGeoDetectionSupported()); in assertCommonConfiguration()
DTimeZoneDetectorStrategyImplTest.java1638 assertEquals(config.isGeoDetectionSupported(), actualState.isGeoDetectionSupported()); in assertFeatureStateMatchesConfig()
/frameworks/base/services/core/java/com/android/server/stats/pull/
DStatsPullAtomService.java3734 metricsState.isGeoDetectionSupported(),
/frameworks/base/services/
Dart-wear-profile23550 PLcom/android/server/timezonedetector/ConfigurationInternal;->isGeoDetectionSupported()Z