Searched refs:setAutoDetectionEnabled (Results 1 – 7 of 7) sorted by relevance
40 .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()
38 .setAutoDetectionEnabled(true) in testBuilder()53 assertRoundTripParcelable(builder.setAutoDetectionEnabled(true).build()); in testParcelable()55 assertRoundTripParcelable(builder.setAutoDetectionEnabled(false).build()); in testParcelable()
149 .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()
146 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()
161 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()
96 public void setAutoDetectionEnabled(boolean enabled) throws Exception { in setAutoDetectionEnabled() method in TimeZoneDetectorShellHelper
3060 …method @NonNull public android.app.time.TimeConfiguration.Builder setAutoDetectionEnabled(boolean);3120 …method @NonNull public android.app.time.TimeZoneConfiguration.Builder setAutoDetectionEnabled(bool…