Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/app/time/
H A DTimeZoneConfiguration.java101 && hasIsGeoDetectionEnabled(); in isComplete()
149 public boolean hasIsGeoDetectionEnabled() { in hasIsGeoDetectionEnabled() method in TimeZoneConfiguration
H A DTimeZoneCapabilities.java148 if (requestedChanges.hasIsGeoDetectionEnabled()) { in tryApplyConfigChanges()
/aosp12/frameworks/base/core/tests/coretests/src/android/app/time/
H A DTimeZoneConfigurationTest.java45 assertTrue(completeConfig.hasIsGeoDetectionEnabled()); in testIntrospectionMethods()
/aosp12/frameworks/base/services/core/java/com/android/server/timezonedetector/
H A DConfigurationInternal.java200 if (newConfiguration.hasIsGeoDetectionEnabled()) { in merge()