Home
last modified time | relevance | path

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

/frameworks/base/core/tests/timetests/src/android/app/time/
DTimeZoneConfigurationTest.java45 .setGeoDetectionEnabled(true) in testIntrospectionMethods()
DTimeZoneCapabilitiesTest.java147 .setGeoDetectionEnabled(true) in testTryApplyConfigChanges_permitted()
171 .setGeoDetectionEnabled(true) in testTryApplyConfigChanges_notPermitted()
/frameworks/base/core/java/android/app/time/
DTimeZoneConfiguration.java242 public Builder setGeoDetectionEnabled(boolean enabled) { in setGeoDetectionEnabled() method in TimeZoneConfiguration.Builder
DTimeZoneCapabilities.java174 newConfigBuilder.setGeoDetectionEnabled(requestedChanges.isGeoDetectionEnabled()); in tryApplyConfigChanges()
/frameworks/base/services/core/java/com/android/server/timezonedetector/
DConfigurationInternal.java293 .setGeoDetectionEnabled(getGeoDetectionEnabledSetting()) in asConfiguration()
DTimeZoneDetectorShellCommand.java152 .setGeoDetectionEnabled(enabled) in runSetGeoDetectionEnabled()
/frameworks/base/services/tests/timetests/src/com/android/server/timezonedetector/
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()
/frameworks/base/core/api/
Dsystem-current.txt3120 …method @NonNull public android.app.time.TimeZoneConfiguration.Builder setGeoDetectionEnabled(boole…