Home
last modified time | relevance | path

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

/cts/hostsidetests/time/host/src/android/time/cts/host/
DBaseLocationTimeZoneManagerHostTest.java49 private DeviceConfigShellHelper mDeviceConfigShellHelper; field in BaseLocationTimeZoneManagerHostTest
59 mDeviceConfigShellHelper = new DeviceConfigShellHelper(shellCommandExecutor); in setUp()
69 mDeviceConfigPreTestState = mDeviceConfigShellHelper.setSyncModeForTest( in setUp()
114 mDeviceConfigShellHelper.restoreDeviceConfigStateForTest(mDeviceConfigPreTestState); in tearDown()
DTimeZoneDetectorStatsTest.java52 private DeviceConfigShellHelper mDeviceConfigShellHelper; field in TimeZoneDetectorStatsTest
60 mDeviceConfigShellHelper = new DeviceConfigShellHelper(shellCommandExecutor); in setUp()
61 mDeviceConfigPreTestState = mDeviceConfigShellHelper.setSyncModeForTest( in setUp()
72 mDeviceConfigShellHelper.restoreDeviceConfigStateForTest(mDeviceConfigPreTestState); in tearDown()
/cts/tests/tests/time/shell_utils/common/android/app/time/cts/shell/
DLocationTimeZoneManagerShellHelper.java115 private final DeviceConfigShellHelper mDeviceConfigShellHelper; field in LocationTimeZoneManagerShellHelper
119 mDeviceConfigShellHelper = new DeviceConfigShellHelper(shellCommandExecutor); in LocationTimeZoneManagerShellHelper()
181 mDeviceConfigShellHelper.delete(NAMESPACE_SYSTEM_TIME, deviceConfigKey); in setProviderModeOverride()
183 mDeviceConfigShellHelper.put(NAMESPACE_SYSTEM_TIME, deviceConfigKey, mode); in setProviderModeOverride()
/cts/tests/tests/time/src/android/app/time/cts/
DTimeManagerTest.java68 private DeviceConfigShellHelper mDeviceConfigShellHelper; field in TimeManagerTest
76 mDeviceConfigShellHelper = new DeviceConfigShellHelper(shellCommandExecutor); in before()
81 mDeviceConfigPreTestState = mDeviceConfigShellHelper.setSyncModeForTest( in before()
87 mDeviceConfigShellHelper.restoreDeviceConfigStateForTest(mDeviceConfigPreTestState); in after()
188 mDeviceConfigShellHelper.put(NAMESPACE_SYSTEM_TIME, in externalSuggestions()
211 mDeviceConfigShellHelper.put(NAMESPACE_SYSTEM_TIME, in externalSuggestions()