Searched refs:setAutoDetectionEnabled (Results 1 – 4 of 4) sorted by relevance
42 .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()
122 .setAutoDetectionEnabled(newAutoDetectionEnabledValue) in testManageConfiguration()133 .setAutoDetectionEnabled(!newAutoDetectionEnabledValue) in testManageConfiguration()
88 mTimeZoneDetectorShellHelper.setAutoDetectionEnabled(true); in setUp()110 mTimeZoneDetectorShellHelper.setAutoDetectionEnabled(mOriginalAutoDetectionEnabled); in tearDown()
85 public void setAutoDetectionEnabled(boolean enabled) throws Exception { in setAutoDetectionEnabled() method in TimeZoneDetectorShellHelper