Home
last modified time | relevance | path

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

/cts/hostsidetests/time/host/src/android/time/cts/host/
DTimeZoneDetectorStatsTest.java55 private DeviceConfigShellHelper.PreTestState mDeviceConfigPreTestState; field in TimeZoneDetectorStatsTest
63 mDeviceConfigPreTestState = mDeviceConfigShellHelper.setSyncModeForTest( in setUp()
74 mDeviceConfigShellHelper.restoreDeviceConfigStateForTest(mDeviceConfigPreTestState); in tearDown()
DLocationTimeZoneManagerStatsTest.java76 private DeviceConfigShellHelper.PreTestState mDeviceConfigPreTestState; field in LocationTimeZoneManagerStatsTest
103 mDeviceConfigPreTestState = mDeviceConfigShellHelper.setSyncModeForTest( in setUp()
209 mDeviceConfigShellHelper.restoreDeviceConfigStateForTest(mDeviceConfigPreTestState); in tearDown()
DLocationTimeZoneManagerHostTest.java94 private DeviceConfigShellHelper.PreTestState mDeviceConfigPreTestState; field in LocationTimeZoneManagerHostTest
118 mDeviceConfigPreTestState = mDeviceConfigShellHelper.setSyncModeForTest( in setUp()
222 mDeviceConfigShellHelper.restoreDeviceConfigStateForTest(mDeviceConfigPreTestState); in tearDown()
/cts/tests/tests/time/src/android/app/time/cts/
DTimeManagerTest.java88 private DeviceConfigShellHelper.PreTestState mDeviceConfigPreTestState; field in TimeManagerTest
105 mDeviceConfigPreTestState = mDeviceConfigShellHelper.setSyncModeForTest( in before()
122 mDeviceConfigShellHelper.restoreDeviceConfigStateForTest(mDeviceConfigPreTestState); in after()