Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/timezonedetector/location/
H A DTestSupport.java44 @UserIdInt int userId, boolean geoDetectionEnabled) { in createUserConfig() argument
51 .setGeoDetectionEnabled(geoDetectionEnabled) in createUserConfig()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/datetime/
H A DLocationTimeZoneDetectionPreferenceControllerTest.java182 private static TimeZoneConfiguration createTimeZoneConfig(boolean geoDetectionEnabled) { in createTimeZoneConfig() argument
185 .setGeoDetectionEnabled(geoDetectionEnabled) in createTimeZoneConfig()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/timezonedetector/
H A DTimeZoneDetectorServiceTest.java365 final boolean geoDetectionEnabled = autoDetectionEnabled; in createConfigurationInternal()
371 .setLocationEnabled(geoDetectionEnabled) in createConfigurationInternal()
372 .setGeoDetectionEnabled(geoDetectionEnabled) in createConfigurationInternal()
H A DTimeZoneDetectorStrategyImplTest.java672 boolean geoDetectionEnabled) { in checkManualSuggestion_unrestricted_autoDetectionEnabled() argument
675 .setGeoDetectionEnabled(geoDetectionEnabled) in checkManualSuggestion_unrestricted_autoDetectionEnabled()