Home
last modified time | relevance | path

Searched refs:isGeoDetectionEnabled (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/timezonedetector/
H A DConfigurationInternalTest.java77 assertTrue(configuration.isGeoDetectionEnabled()); in test_unrestricted()
102 assertTrue(configuration.isGeoDetectionEnabled()); in test_unrestricted()
140 assertTrue(configuration.isGeoDetectionEnabled()); in test_restricted()
166 assertTrue(configuration.isGeoDetectionEnabled()); in test_restricted()
202 assertTrue(configuration.isGeoDetectionEnabled()); in test_autoDetectNotSupported()
225 assertTrue(configuration.isGeoDetectionEnabled()); in test_autoDetectNotSupported()
265 assertTrue(configuration.isGeoDetectionEnabled()); in test_geoDetectNotSupported()
288 assertTrue(configuration.isGeoDetectionEnabled()); in test_geoDetectNotSupported()
/aosp12/frameworks/base/services/core/java/com/android/server/timezonedetector/
H A DEnvironmentImpl.java138 .setGeoDetectionEnabled(isGeoDetectionEnabled(userId)) in getConfigurationInternal()
192 final boolean geoTzDetectionEnabled = configuration.isGeoDetectionEnabled(); in storeConfiguration()
221 private boolean isGeoDetectionEnabled(@UserIdInt int userId) { in isGeoDetectionEnabled() method in EnvironmentImpl
239 if (isGeoDetectionEnabled(userId) != enabled) { in setGeoDetectionEnabledIfRequired()
H A DConfigurationInternal.java201 builder.setGeoDetectionEnabled(newConfiguration.isGeoDetectionEnabled()); in merge()
H A DTimeZoneDetectorShellCommand.java114 .isGeoDetectionEnabled(); in runIsGeoDetectionEnabled()
/aosp12/frameworks/base/core/java/android/app/time/
H A DTimeZoneConfiguration.java139 public boolean isGeoDetectionEnabled() { in isGeoDetectionEnabled() method in TimeZoneConfiguration
H A DTimeZoneCapabilities.java152 newConfigBuilder.setGeoDetectionEnabled(requestedChanges.isGeoDetectionEnabled()); in tryApplyConfigChanges()
/aosp12/packages/apps/Settings/src/com/android/settings/datetime/
H A DLocationTimeZoneDetectionPreferenceController.java73 return configuration.isGeoDetectionEnabled(); in isChecked()
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt1807 method public boolean isGeoDetectionEnabled();
/aosp12/frameworks/base/services/
H A Dart-profile39929 HSPLcom/android/server/timezonedetector/EnvironmentImpl;->isGeoDetectionEnabled(I)Z+]Ljava/util/Opt…