Searched refs:setGeoDetectionEnabled (Results 1 – 6 of 6) sorted by relevance
41 .setGeoDetectionEnabled(true); in testBuilder_copyConstructor()89 builder1.setGeoDetectionEnabled(true); in testEquals()96 builder2.setGeoDetectionEnabled(false); in testEquals()103 builder1.setGeoDetectionEnabled(false); in testEquals()123 builder.setGeoDetectionEnabled(false); in testParcelable()126 builder.setGeoDetectionEnabled(true); in testParcelable()
178 .setGeoDetectionEnabled(newGeoDetectionEnabledValue) in testManageTimeZoneConfiguration()190 .setGeoDetectionEnabled(!newGeoDetectionEnabledValue) in testManageTimeZoneConfiguration()
108 public void setGeoDetectionEnabled(boolean enabled) throws Exception { in setGeoDetectionEnabled() method in TimeZoneDetectorShellHelper
154 mTimeZoneDetectorShellHelper.setGeoDetectionEnabled(true); in setUp()193 mTimeZoneDetectorShellHelper.setGeoDetectionEnabled(mOriginalGeoDetectionEnabled); in tearDown()
169 mTimeZoneDetectorShellHelper.setGeoDetectionEnabled(true); in setUp()209 mTimeZoneDetectorShellHelper.setGeoDetectionEnabled(mOriginalGeoDetectionEnabled); in tearDown()
3121 …method @NonNull public android.app.time.TimeZoneConfiguration.Builder setGeoDetectionEnabled(boole…