Home
last modified time | relevance | path

Searched refs:setGeoDetectionEnabled (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/app/time/
H A DTimeZoneConfigurationTest.java42 .setGeoDetectionEnabled(true) in testIntrospectionMethods()
H A DTimeZoneCapabilitiesTest.java145 .setGeoDetectionEnabled(true) in testTryApplyConfigChanges_permitted()
169 .setGeoDetectionEnabled(true) in testTryApplyConfigChanges_notPermitted()
/aosp14/frameworks/base/core/java/android/app/time/
H A DTimeZoneConfiguration.java242 public Builder setGeoDetectionEnabled(boolean enabled) { in setGeoDetectionEnabled() method in TimeZoneConfiguration.Builder
H A DTimeZoneCapabilities.java174 newConfigBuilder.setGeoDetectionEnabled(requestedChanges.isGeoDetectionEnabled()); in tryApplyConfigChanges()
/aosp14/frameworks/base/services/core/java/com/android/server/timezonedetector/
H A DConfigurationInternal.java293 .setGeoDetectionEnabled(getGeoDetectionEnabledSetting()) in asConfiguration()
H A DTimeZoneDetectorShellCommand.java152 .setGeoDetectionEnabled(enabled) in runSetGeoDetectionEnabled()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/timezonedetector/
H A DTimeZoneDetectorStrategyImplTest.java257 new TimeZoneConfiguration.Builder().setGeoDetectionEnabled(false).build(); in testChangeListenerBehavior_currentUser()
286 new TimeZoneConfiguration.Builder().setGeoDetectionEnabled(false).build(); in testChangeListenerBehavior_otherUser()
336 .setGeoDetectionEnabled(newGeoDetectionEnabled) in testReadAndWriteConfiguration_currentUser()
392 .setGeoDetectionEnabled(newGeoDetectionEnabled) in testReadAndWriteConfiguration_otherUser()
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt2887 …method @NonNull public android.app.time.TimeZoneConfiguration.Builder setGeoDetectionEnabled(boole…