Home
last modified time | relevance | path

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

/cts/tests/tests/time/src/android/app/time/cts/
DTimeZoneConfigurationTest.java42 .setAutoDetectionEnabled(true) in testBuilder_copyConstructor()
70 builder1.setAutoDetectionEnabled(true); in testEquals()
77 builder2.setAutoDetectionEnabled(false); in testEquals()
84 builder1.setAutoDetectionEnabled(false); in testEquals()
119 builder.setAutoDetectionEnabled(true); in testParcelable()
122 builder.setAutoDetectionEnabled(false); in testParcelable()
DTimeManagerTest.java122 .setAutoDetectionEnabled(newAutoDetectionEnabledValue) in testManageConfiguration()
133 .setAutoDetectionEnabled(!newAutoDetectionEnabledValue) in testManageConfiguration()
/cts/hostsidetests/time/host/src/android/time/cts/host/
DBaseLocationTimeZoneManagerHostTest.java88 mTimeZoneDetectorShellHelper.setAutoDetectionEnabled(true); in setUp()
110 mTimeZoneDetectorShellHelper.setAutoDetectionEnabled(mOriginalAutoDetectionEnabled); in tearDown()
/cts/tests/tests/time/shell_utils/common/android/app/time/cts/shell/
DTimeZoneDetectorShellHelper.java85 public void setAutoDetectionEnabled(boolean enabled) throws Exception { in setAutoDetectionEnabled() method in TimeZoneDetectorShellHelper