Home
last modified time | relevance | path

Searched refs:isTelephonyFallbackSupported (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/services/tests/timetests/src/com/android/server/timezonedetector/
DMetricsTimeZoneDetectorStateTest.java159 assertEquals(configurationInternal.isTelephonyFallbackSupported(), in assertCommonConfiguration()
DConfigurationInternalTest.java509 assertTrue(config.isTelephonyFallbackSupported()); in test_telephonyFallbackSupported()
DTimeZoneDetectorStrategyImplTest.java1639 assertEquals(config.isTelephonyFallbackSupported(), in assertFeatureStateMatchesConfig()
/frameworks/base/services/core/java/com/android/server/timezonedetector/
DServiceConfigAccessorImpl.java344 .setTelephonyFallbackSupported(isTelephonyFallbackSupported()) in getConfigurationInternal()
660 private boolean isTelephonyFallbackSupported() { in isTelephonyFallbackSupported() method in ServiceConfigAccessorImpl
DConfigurationInternal.java102 public boolean isTelephonyFallbackSupported() { in isTelephonyFallbackSupported() method in ConfigurationInternal
DMetricsTimeZoneDetectorState.java130 return mConfigurationInternal.isTelephonyFallbackSupported(); in isTelephonyTimeZoneFallbackSupported()
DTimeZoneDetectorStrategyImpl.java535 if (currentUserConfig.isTelephonyFallbackSupported()) {
619 && currentUserConfig.isTelephonyFallbackSupported()) {
/frameworks/base/services/
Dart-wear-profile23587 PLcom/android/server/timezonedetector/ServiceConfigAccessorImpl;->isTelephonyFallbackSupported()Z