Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/timezonedetector/
DConfigurationInternal.java89 public boolean isTelephonyDetectionSupported() { in isTelephonyDetectionSupported() method in ConfigurationInternal
182 } else if (isTelephonyDetectionSupported()) { in getDetectionMode()
196 if (isTelephonyDetectionSupported()) { in getGeoDetectionEnabledBehavior()
250 boolean deviceHasTelephonyDetection = isTelephonyDetectionSupported(); in asCapabilities()
DMetricsTimeZoneDetectorState.java119 public boolean isTelephonyDetectionSupported() { in isTelephonyDetectionSupported() method in MetricsTimeZoneDetectorState
120 return mConfigurationInternal.isTelephonyDetectionSupported(); in isTelephonyDetectionSupported()
DTimeZoneDetectorStrategyImpl.java566 return mCurrentConfigurationInternal.isTelephonyDetectionSupported();
1085 if (!currentConfigurationInternal.isTelephonyDetectionSupported()) { in createTelephonyAlgorithmStatus()
/frameworks/base/services/tests/timetests/src/com/android/server/timezonedetector/
DMetricsTimeZoneDetectorStateTest.java155 assertEquals(configurationInternal.isTelephonyDetectionSupported(), in assertCommonConfiguration()
156 metricsTimeZoneDetectorState.isTelephonyDetectionSupported()); in assertCommonConfiguration()
DTimeZoneDetectorStrategyImplTest.java1636 assertEquals(config.isTelephonyDetectionSupported(), in assertFeatureStateMatchesConfig()
1637 actualState.isTelephonyDetectionSupported()); in assertFeatureStateMatchesConfig()
/frameworks/base/services/core/java/com/android/server/stats/pull/
DStatsPullAtomService.java3733 metricsState.isTelephonyDetectionSupported(),
/frameworks/base/services/
Dart-wear-profile23551 PLcom/android/server/timezonedetector/ConfigurationInternal;->isTelephonyDetectionSupported()Z