Searched refs:setGeoDetectionEnabled (Results 1 – 5 of 5) sorted by relevance
43 .setGeoDetectionEnabled(true); in testBuilder_copyConstructor()91 builder1.setGeoDetectionEnabled(true); in testEquals()98 builder2.setGeoDetectionEnabled(false); in testEquals()105 builder1.setGeoDetectionEnabled(false); in testEquals()125 builder.setGeoDetectionEnabled(false); in testParcelable()128 builder.setGeoDetectionEnabled(true); in testParcelable()
148 .setGeoDetectionEnabled(newGeoDetectionEnabledValue) in testManageConfiguration()159 .setGeoDetectionEnabled(!newGeoDetectionEnabledValue) in testManageConfiguration()
74 mTimeZoneDetectorShellHelper.setGeoDetectionEnabled(false); in testAtom_locationTimeZoneProviderStateChanged()83 mTimeZoneDetectorShellHelper.setGeoDetectionEnabled(true); in testAtom_locationTimeZoneProviderStateChanged()85 mTimeZoneDetectorShellHelper.setGeoDetectionEnabled(false); in testAtom_locationTimeZoneProviderStateChanged()
94 mTimeZoneDetectorShellHelper.setGeoDetectionEnabled(true); in setUp()109 mTimeZoneDetectorShellHelper.setGeoDetectionEnabled(mOriginalGeoDetectionEnabled); in tearDown()
97 public void setGeoDetectionEnabled(boolean enabled) throws Exception { in setGeoDetectionEnabled() method in TimeZoneDetectorShellHelper