Searched refs:isTelephonyDetectionSupported (Results 1 – 7 of 7) sorted by relevance
89 public boolean isTelephonyDetectionSupported() { in isTelephonyDetectionSupported() method in ConfigurationInternal182 } else if (isTelephonyDetectionSupported()) { in getDetectionMode()196 if (isTelephonyDetectionSupported()) { in getGeoDetectionEnabledBehavior()250 boolean deviceHasTelephonyDetection = isTelephonyDetectionSupported(); in asCapabilities()
119 public boolean isTelephonyDetectionSupported() { in isTelephonyDetectionSupported() method in MetricsTimeZoneDetectorState120 return mConfigurationInternal.isTelephonyDetectionSupported(); in isTelephonyDetectionSupported()
566 return mCurrentConfigurationInternal.isTelephonyDetectionSupported();1085 if (!currentConfigurationInternal.isTelephonyDetectionSupported()) { in createTelephonyAlgorithmStatus()
155 assertEquals(configurationInternal.isTelephonyDetectionSupported(), in assertCommonConfiguration()156 metricsTimeZoneDetectorState.isTelephonyDetectionSupported()); in assertCommonConfiguration()
1636 assertEquals(config.isTelephonyDetectionSupported(), in assertFeatureStateMatchesConfig()1637 actualState.isTelephonyDetectionSupported()); in assertFeatureStateMatchesConfig()
3733 metricsState.isTelephonyDetectionSupported(),
23551 PLcom/android/server/timezonedetector/ConfigurationInternal;->isTelephonyDetectionSupported()Z