Home
last modified time | relevance | path

Searched refs:getGeoDetectionRunInBackgroundEnabledSetting (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/timezonedetector/
H A DConfigurationInternal.java112 boolean getGeoDetectionRunInBackgroundEnabledSetting() { in getGeoDetectionRunInBackgroundEnabledSetting() method in ConfigurationInternal
223 && getGeoDetectionRunInBackgroundEnabledSetting(); in getGeoDetectionRunInBackgroundEnabledBehavior()
H A DMetricsTimeZoneDetectorState.java139 return mConfigurationInternal.getGeoDetectionRunInBackgroundEnabledSetting(); in getGeoDetectionRunInBackgroundEnabled()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/timezonedetector/
H A DMetricsTimeZoneDetectorStateTest.java161 assertEquals(configurationInternal.getGeoDetectionRunInBackgroundEnabledSetting(), in assertCommonConfiguration()