Home
last modified time | relevance | path

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

/cts/hostsidetests/time/host/src/android/time/cts/host/
DLocationTimeZoneManagerStatsTest.java72 private TimeZoneDetectorShellHelper mTimeZoneDetectorShellHelper; field in LocationTimeZoneManagerStatsTest
98 mTimeZoneDetectorShellHelper = new TimeZoneDetectorShellHelper(shellCommandExecutor); in setUp()
114 mTimeZoneDetectorShellHelper.isTelephonyDetectionSupported(); in setUp()
121 mOriginalAutoDetectionEnabled = mTimeZoneDetectorShellHelper.isAutoDetectionEnabled(); in setUp()
122 mOriginalGeoDetectionEnabled = mTimeZoneDetectorShellHelper.isGeoDetectionEnabled(); in setUp()
146 mTimeZoneDetectorShellHelper.setAutoDetectionEnabled(false); in setUp()
154 mTimeZoneDetectorShellHelper.setGeoDetectionEnabled(true); in setUp()
191 if (mTimeZoneDetectorShellHelper.isGeoDetectionEnabled() in tearDown()
193 mTimeZoneDetectorShellHelper.setGeoDetectionEnabled(mOriginalGeoDetectionEnabled); in tearDown()
197 if (mTimeZoneDetectorShellHelper.isAutoDetectionEnabled() in tearDown()
[all …]
DLocationTimeZoneManagerHostTest.java91 private TimeZoneDetectorShellHelper mTimeZoneDetectorShellHelper; field in LocationTimeZoneManagerHostTest
113 mTimeZoneDetectorShellHelper = new TimeZoneDetectorShellHelper(shellCommandExecutor); in setUp()
129 mTimeZoneDetectorShellHelper.isTelephonyDetectionSupported(); in setUp()
136 mOriginalAutoDetectionEnabled = mTimeZoneDetectorShellHelper.isAutoDetectionEnabled(); in setUp()
137 mOriginalGeoDetectionEnabled = mTimeZoneDetectorShellHelper.isGeoDetectionEnabled(); in setUp()
161 mTimeZoneDetectorShellHelper.setAutoDetectionEnabled(false); in setUp()
169 mTimeZoneDetectorShellHelper.setGeoDetectionEnabled(true); in setUp()
207 if (mTimeZoneDetectorShellHelper.isGeoDetectionEnabled() in tearDown()
209 mTimeZoneDetectorShellHelper.setGeoDetectionEnabled(mOriginalGeoDetectionEnabled); in tearDown()
213 if (mTimeZoneDetectorShellHelper.isAutoDetectionEnabled() in tearDown()
[all …]
DTimeZoneDetectorStatsTest.java52 private TimeZoneDetectorShellHelper mTimeZoneDetectorShellHelper; field in TimeZoneDetectorStatsTest
60 mTimeZoneDetectorShellHelper = new TimeZoneDetectorShellHelper(shellCommandExecutor); in setUp()
103 mTimeZoneDetectorShellHelper.isGeoDetectionSupported(); in testAtom_TimeZoneDetectorState()
114 mTimeZoneDetectorShellHelper.isAutoDetectionEnabled(); in testAtom_TimeZoneDetectorState()
119 mTimeZoneDetectorShellHelper.isTelephonyDetectionSupported(); in testAtom_TimeZoneDetectorState()
129 mTimeZoneDetectorShellHelper.isGeoDetectionEnabled(); in testAtom_TimeZoneDetectorState()
/cts/tests/tests/time/src/android/app/time/cts/
DTimeManagerTest.java86 private TimeZoneDetectorShellHelper mTimeZoneDetectorShellHelper; field in TimeManagerTest
99 mTimeZoneDetectorShellHelper = new TimeZoneDetectorShellHelper(shellCommandExecutor); in before()
431 mTimeZoneDetectorShellHelper.setTimeZoneState(testZoneId, userShouldConfirm); in testTimeZoneStateAndConfirmation()
461 mTimeZoneDetectorShellHelper.setTimeZoneState(initialTimeZoneState.getId(), in testTimeZoneStateAndConfirmation()
620 mTimeZoneDetectorShellHelper.setTimeZoneState( in testSetManualTimeZone()