Home
last modified time | relevance | path

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

/cts/hostsidetests/time/host/src/android/time/cts/host/
DBaseLocationTimeZoneManagerHostTest.java50 private DeviceConfigShellHelper.PreTestState mDeviceConfigPreTestState; field in BaseLocationTimeZoneManagerHostTest
69 mDeviceConfigPreTestState = mDeviceConfigShellHelper.setSyncModeForTest( in setUp()
114 mDeviceConfigShellHelper.restoreDeviceConfigStateForTest(mDeviceConfigPreTestState); in tearDown()
DTimeZoneDetectorStatsTest.java53 private DeviceConfigShellHelper.PreTestState mDeviceConfigPreTestState; field in TimeZoneDetectorStatsTest
61 mDeviceConfigPreTestState = mDeviceConfigShellHelper.setSyncModeForTest( in setUp()
72 mDeviceConfigShellHelper.restoreDeviceConfigStateForTest(mDeviceConfigPreTestState); in tearDown()
/cts/tests/tests/time/src/android/app/time/cts/
DTimeManagerTest.java69 private DeviceConfigShellHelper.PreTestState mDeviceConfigPreTestState; field in TimeManagerTest
81 mDeviceConfigPreTestState = mDeviceConfigShellHelper.setSyncModeForTest( in before()
87 mDeviceConfigShellHelper.restoreDeviceConfigStateForTest(mDeviceConfigPreTestState); in after()