Home
last modified time | relevance | path

Searched refs:setGeoDetectionEnabled (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/time/src/android/app/time/cts/
DTimeZoneConfigurationTest.java43 .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()
DTimeManagerTest.java148 .setGeoDetectionEnabled(newGeoDetectionEnabledValue) in testManageConfiguration()
159 .setGeoDetectionEnabled(!newGeoDetectionEnabledValue) in testManageConfiguration()
/cts/hostsidetests/time/host/src/android/time/cts/host/
DLocationTimeZoneManagerStatsTest.java74 mTimeZoneDetectorShellHelper.setGeoDetectionEnabled(false); in testAtom_locationTimeZoneProviderStateChanged()
83 mTimeZoneDetectorShellHelper.setGeoDetectionEnabled(true); in testAtom_locationTimeZoneProviderStateChanged()
85 mTimeZoneDetectorShellHelper.setGeoDetectionEnabled(false); in testAtom_locationTimeZoneProviderStateChanged()
DBaseLocationTimeZoneManagerHostTest.java94 mTimeZoneDetectorShellHelper.setGeoDetectionEnabled(true); in setUp()
109 mTimeZoneDetectorShellHelper.setGeoDetectionEnabled(mOriginalGeoDetectionEnabled); in tearDown()
/cts/tests/tests/time/shell_utils/common/android/app/time/cts/shell/
DTimeZoneDetectorShellHelper.java97 public void setGeoDetectionEnabled(boolean enabled) throws Exception { in setGeoDetectionEnabled() method in TimeZoneDetectorShellHelper