Home
last modified time | relevance | path

Searched refs:setAutoDetectionEnabled (Results 1 – 7 of 7) sorted by relevance

/cts/tests/tests/time/src/android/app/time/cts/
DTimeZoneConfigurationTest.java40 .setAutoDetectionEnabled(true) in testBuilder_copyConstructor()
68 builder1.setAutoDetectionEnabled(true); in testEquals()
75 builder2.setAutoDetectionEnabled(false); in testEquals()
82 builder1.setAutoDetectionEnabled(false); in testEquals()
117 builder.setAutoDetectionEnabled(true); in testParcelable()
120 builder.setAutoDetectionEnabled(false); in testParcelable()
DTimeConfigurationTest.java38 .setAutoDetectionEnabled(true) in testBuilder()
53 assertRoundTripParcelable(builder.setAutoDetectionEnabled(true).build()); in testParcelable()
55 assertRoundTripParcelable(builder.setAutoDetectionEnabled(false).build()); in testParcelable()
DTimeManagerTest.java149 .setAutoDetectionEnabled(newAutoDetectionEnabledValue) in testManageTimeZoneConfiguration()
161 .setAutoDetectionEnabled(!newAutoDetectionEnabledValue) in testManageTimeZoneConfiguration()
629 new TimeConfiguration.Builder().setAutoDetectionEnabled(enabled).build()); in setAutoTimeDetectionEnabledAndSleep()
638 new TimeZoneConfiguration.Builder().setAutoDetectionEnabled(enabled).build()); in setAutoTimeZoneDetectionEnabledAndSleep()
/cts/hostsidetests/time/host/src/android/time/cts/host/
DLocationTimeZoneManagerStatsTest.java146 mTimeZoneDetectorShellHelper.setAutoDetectionEnabled(false); in setUp()
199 mTimeZoneDetectorShellHelper.setAutoDetectionEnabled(mOriginalAutoDetectionEnabled); in tearDown()
231 mTimeZoneDetectorShellHelper.setAutoDetectionEnabled(true); in testAtom_locationTimeZoneProviderStateChanged()
233 mTimeZoneDetectorShellHelper.setAutoDetectionEnabled(false); in testAtom_locationTimeZoneProviderStateChanged()
DLocationTimeZoneManagerHostTest.java161 mTimeZoneDetectorShellHelper.setAutoDetectionEnabled(false); in setUp()
215 mTimeZoneDetectorShellHelper.setAutoDetectionEnabled(mOriginalAutoDetectionEnabled); in tearDown()
249 mTimeZoneDetectorShellHelper.setAutoDetectionEnabled(true); in testOnlyPrimary_suggestionMade()
314 mTimeZoneDetectorShellHelper.setAutoDetectionEnabled(true); in test_dupeSuggestionsMade_rateLimited()
385 mTimeZoneDetectorShellHelper.setAutoDetectionEnabled(true); in test_dupeSuggestionsMade_notRateLimited()
449 mTimeZoneDetectorShellHelper.setAutoDetectionEnabled(true); in testOnlySecondary_suggestionMade()
507 mTimeZoneDetectorShellHelper.setAutoDetectionEnabled(true); in testPrimaryAndSecondary()
/cts/tests/tests/time/shell_utils/common/android/app/time/cts/shell/
DTimeZoneDetectorShellHelper.java96 public void setAutoDetectionEnabled(boolean enabled) throws Exception { in setAutoDetectionEnabled() method in TimeZoneDetectorShellHelper
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dsystem-current.txt3060 …method @NonNull public android.app.time.TimeConfiguration.Builder setAutoDetectionEnabled(boolean);
3120 …method @NonNull public android.app.time.TimeZoneConfiguration.Builder setAutoDetectionEnabled(bool…