Home
last modified time | relevance | path

Searched refs:DeviceConfigShellHelper (Results 1 – 5 of 5) sorted by relevance

/cts/hostsidetests/time/host/src/android/time/cts/host/
DBaseLocationTimeZoneManagerHostTest.java24 import android.app.time.cts.shell.DeviceConfigShellHelper;
49 private DeviceConfigShellHelper mDeviceConfigShellHelper;
50 private DeviceConfigShellHelper.PreTestState mDeviceConfigPreTestState;
59 mDeviceConfigShellHelper = new DeviceConfigShellHelper(shellCommandExecutor); in setUp()
70 DeviceConfigShellHelper.SYNC_DISABLED_MODE_UNTIL_REBOOT, NAMESPACE_SYSTEM_TIME); in setUp()
DTimeZoneDetectorStatsTest.java24 import android.app.time.cts.shell.DeviceConfigShellHelper;
52 private DeviceConfigShellHelper mDeviceConfigShellHelper;
53 private DeviceConfigShellHelper.PreTestState mDeviceConfigPreTestState;
60 mDeviceConfigShellHelper = new DeviceConfigShellHelper(shellCommandExecutor); in setUp()
62 DeviceConfigShellHelper.SYNC_DISABLED_MODE_UNTIL_REBOOT, NAMESPACE_SYSTEM_TIME); in setUp()
/cts/tests/tests/time/src/android/app/time/cts/
DTimeManagerTest.java20 import static android.app.time.cts.shell.DeviceConfigShellHelper.SYNC_DISABLED_MODE_UNTIL_REBOOT;
35 import android.app.time.cts.shell.DeviceConfigShellHelper;
68 private DeviceConfigShellHelper mDeviceConfigShellHelper;
69 private DeviceConfigShellHelper.PreTestState mDeviceConfigPreTestState;
76 mDeviceConfigShellHelper = new DeviceConfigShellHelper(shellCommandExecutor); in before()
/cts/tests/tests/time/shell_utils/common/android/app/time/cts/shell/
DLocationTimeZoneManagerShellHelper.java115 private final DeviceConfigShellHelper mDeviceConfigShellHelper;
119 mDeviceConfigShellHelper = new DeviceConfigShellHelper(shellCommandExecutor); in LocationTimeZoneManagerShellHelper()
DDeviceConfigShellHelper.java38 public class DeviceConfigShellHelper { class
62 public DeviceConfigShellHelper(DeviceShellCommandExecutor shellCommandExecutor) { in DeviceConfigShellHelper() method in DeviceConfigShellHelper