Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/time/
H A DTimeConfiguration.java97 return hasIsAutoDetectionEnabled(); in isComplete()
120 public boolean hasIsAutoDetectionEnabled() { in hasIsAutoDetectionEnabled() method in TimeConfiguration
H A DTimeZoneConfiguration.java100 return hasIsAutoDetectionEnabled() in isComplete()
124 public boolean hasIsAutoDetectionEnabled() { in hasIsAutoDetectionEnabled() method in TimeZoneConfiguration
H A DTimeCapabilities.java120 if (requestedChanges.hasIsAutoDetectionEnabled()) { in tryApplyConfigChanges()
H A DTimeZoneCapabilities.java163 if (requestedChanges.hasIsAutoDetectionEnabled()) { in tryApplyConfigChanges()
/aosp14/frameworks/base/core/tests/coretests/src/android/app/time/
H A DTimeZoneConfigurationTest.java38 assertFalse(empty.hasIsAutoDetectionEnabled()); in testIntrospectionMethods()
/aosp14/frameworks/base/services/core/java/com/android/server/timedetector/
H A DConfigurationInternal.java228 if (newConfiguration.hasIsAutoDetectionEnabled()) { in merge()
/aosp14/frameworks/base/services/core/java/com/android/server/timezonedetector/
H A DConfigurationInternal.java304 if (newConfiguration.hasIsAutoDetectionEnabled()) { in merge()
H A DServiceConfigAccessorImpl.java285 if (requestedConfigurationUpdates.hasIsAutoDetectionEnabled()) { in storeConfiguration()