Home
last modified time | relevance | path

Searched refs:mDeviceConfigShellHelper (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/os/src/android/os/cts/
DSystemClockNetworkTimeTest.java74 private DeviceConfigShellHelper mDeviceConfigShellHelper; field in SystemClockNetworkTimeTest
87 mDeviceConfigShellHelper = new DeviceConfigShellHelper(mShellCommandExecutor); in setUp()
88 mPreTestDeviceConfigState = mDeviceConfigShellHelper.setSyncModeForTest( in setUp()
117 mDeviceConfigShellHelper.restoreDeviceConfigStateForTest(mPreTestDeviceConfigState); in tearDown()
125 mDeviceConfigShellHelper.put( in testCurrentNetworkTimeClock()
/cts/tests/tests/time/src/android/app/time/cts/
DNetworkTimeUpdateServiceSntpTest.java88 private DeviceConfigShellHelper mDeviceConfigShellHelper; field in NetworkTimeUpdateServiceSntpTest
106 mDeviceConfigShellHelper = new DeviceConfigShellHelper(mShellCommandExecutor); in setUp()
107 mPreTestDeviceConfigState = mDeviceConfigShellHelper.setSyncModeForTest( in setUp()
142 mDeviceConfigShellHelper.restoreDeviceConfigStateForTest(mPreTestDeviceConfigState); in tearDown()
164 mDeviceConfigShellHelper.put( in testNetworkTimeUpdate()
DTimeManagerTest.java87 private DeviceConfigShellHelper mDeviceConfigShellHelper; field in TimeManagerTest
100 mDeviceConfigShellHelper = new DeviceConfigShellHelper(shellCommandExecutor); in before()
105 mDeviceConfigPreTestState = mDeviceConfigShellHelper.setSyncModeForTest( in before()
122 mDeviceConfigShellHelper.restoreDeviceConfigStateForTest(mDeviceConfigPreTestState); in after()
257 mDeviceConfigShellHelper.put(NAMESPACE_SYSTEM_TIME, in testExternalTimeSuggestions()
282 mDeviceConfigShellHelper.put(NAMESPACE_SYSTEM_TIME, in testExternalTimeSuggestions()
/cts/hostsidetests/time/host/src/android/time/cts/host/
DTimeZoneDetectorStatsTest.java54 private DeviceConfigShellHelper mDeviceConfigShellHelper; field in TimeZoneDetectorStatsTest
62 mDeviceConfigShellHelper = new DeviceConfigShellHelper(shellCommandExecutor); in setUp()
63 mDeviceConfigPreTestState = mDeviceConfigShellHelper.setSyncModeForTest( in setUp()
74 mDeviceConfigShellHelper.restoreDeviceConfigStateForTest(mDeviceConfigPreTestState); in tearDown()
DLocationTimeZoneManagerStatsTest.java75 private DeviceConfigShellHelper mDeviceConfigShellHelper; field in LocationTimeZoneManagerStatsTest
100 mDeviceConfigShellHelper = new DeviceConfigShellHelper(shellCommandExecutor); in setUp()
103 mDeviceConfigPreTestState = mDeviceConfigShellHelper.setSyncModeForTest( in setUp()
209 mDeviceConfigShellHelper.restoreDeviceConfigStateForTest(mDeviceConfigPreTestState); in tearDown()
DLocationTimeZoneManagerHostTest.java93 private DeviceConfigShellHelper mDeviceConfigShellHelper; field in LocationTimeZoneManagerHostTest
115 mDeviceConfigShellHelper = new DeviceConfigShellHelper(shellCommandExecutor); in setUp()
118 mDeviceConfigPreTestState = mDeviceConfigShellHelper.setSyncModeForTest( in setUp()
222 mDeviceConfigShellHelper.restoreDeviceConfigStateForTest(mDeviceConfigPreTestState); in tearDown()
303 mDeviceConfigShellHelper.put(NAMESPACE_SYSTEM_TIME, in test_dupeSuggestionsMade_rateLimited()
374 mDeviceConfigShellHelper.put(NAMESPACE_SYSTEM_TIME, in test_dupeSuggestionsMade_notRateLimited()