Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/app/time/
H A DTimeZoneConfiguration.java100 return hasIsAutoDetectionEnabled() in isComplete()
124 public boolean hasIsAutoDetectionEnabled() { in hasIsAutoDetectionEnabled() method in TimeZoneConfiguration
H A DTimeZoneCapabilities.java141 if (requestedChanges.hasIsAutoDetectionEnabled()) { in tryApplyConfigChanges()
/aosp12/frameworks/base/core/tests/coretests/src/android/app/time/
H A DTimeZoneConfigurationTest.java38 assertFalse(empty.hasIsAutoDetectionEnabled()); in testIntrospectionMethods()
/aosp12/frameworks/base/services/core/java/com/android/server/timezonedetector/
H A DConfigurationInternal.java197 if (newConfiguration.hasIsAutoDetectionEnabled()) { in merge()