Home
last modified time | relevance | path

Searched refs:isAutoDetectionSupported (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/timezonedetector/
DConfigurationInternal.java84 public boolean isAutoDetectionSupported() { in isAutoDetectionSupported() method in ConfigurationInternal
135 return isAutoDetectionSupported() && getAutoDetectionEnabledSetting(); in getAutoDetectionEnabledBehavior()
174 if (!isAutoDetectionSupported()) { in getDetectionMode()
235 boolean deviceHasAutoTimeZoneDetection = isAutoDetectionSupported(); in asCapabilities()
DTimeZoneDetectorStrategyImpl.java1046 if (!currentConfigurationInternal.isAutoDetectionSupported()) { in createTimeZoneDetectorStatus()
/frameworks/base/services/core/java/com/android/server/timedetector/
DConfigurationInternal.java74 public boolean isAutoDetectionSupported() { in isAutoDetectionSupported() method in ConfigurationInternal
144 return isAutoDetectionSupported() && mAutoDetectionEnabledSetting; in getAutoDetectionEnabledBehavior()
186 boolean deviceHasAutoTimeDetection = isAutoDetectionSupported(); in timeCapabilities()
DServiceConfigAccessorImpl.java261 if (isAutoDetectionSupported()) { in storeConfiguration()
273 .setAutoDetectionSupported(isAutoDetectionSupported()) in getConfigurationInternal()
305 private boolean isAutoDetectionSupported() { in isAutoDetectionSupported() method in ServiceConfigAccessorImpl
/frameworks/base/services/
Dart-wear-profile23452 PLcom/android/server/timedetector/ConfigurationInternal;->isAutoDetectionSupported()Z
23493 PLcom/android/server/timedetector/ServiceConfigAccessorImpl;->isAutoDetectionSupported()Z
23549 PLcom/android/server/timezonedetector/ConfigurationInternal;->isAutoDetectionSupported()Z