Home
last modified time | relevance | path

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

/cts/tests/tests/os/src/android/os/cts/
DSystemClockNetworkTimeTest.java21 import static android.app.time.cts.shell.DeviceConfigShellHelper.SYNC_DISABLED_MODE_UNTIL_REBOOT;
26 import android.app.time.cts.shell.DeviceConfigShellHelper;
74 private DeviceConfigShellHelper mDeviceConfigShellHelper;
75 private DeviceConfigShellHelper.PreTestState mPreTestDeviceConfigState;
87 mDeviceConfigShellHelper = new DeviceConfigShellHelper(mShellCommandExecutor); in setUp()
/cts/hostsidetests/time/host/src/android/time/cts/host/
DTimeZoneDetectorStatsTest.java21 import static android.app.time.cts.shell.DeviceConfigShellHelper.SYNC_DISABLED_MODE_UNTIL_REBOOT;
26 import android.app.time.cts.shell.DeviceConfigShellHelper;
54 private DeviceConfigShellHelper mDeviceConfigShellHelper;
55 private DeviceConfigShellHelper.PreTestState mDeviceConfigPreTestState;
62 mDeviceConfigShellHelper = new DeviceConfigShellHelper(shellCommandExecutor); in setUp()
DLocationTimeZoneManagerStatsTest.java20 import static android.app.time.cts.shell.DeviceConfigShellHelper.SYNC_DISABLED_MODE_UNTIL_REBOOT;
26 import android.app.time.cts.shell.DeviceConfigShellHelper;
75 private DeviceConfigShellHelper mDeviceConfigShellHelper;
76 private DeviceConfigShellHelper.PreTestState mDeviceConfigPreTestState;
100 mDeviceConfigShellHelper = new DeviceConfigShellHelper(shellCommandExecutor); in setUp()
DLocationTimeZoneManagerHostTest.java22 import static android.app.time.cts.shell.DeviceConfigShellHelper.SYNC_DISABLED_MODE_UNTIL_REBOOT;
43 import android.app.time.cts.shell.DeviceConfigShellHelper;
93 private DeviceConfigShellHelper mDeviceConfigShellHelper;
94 private DeviceConfigShellHelper.PreTestState mDeviceConfigPreTestState;
115 mDeviceConfigShellHelper = new DeviceConfigShellHelper(shellCommandExecutor); in setUp()
/cts/tests/tests/time/src/android/app/time/cts/
DNetworkTimeUpdateServiceSntpTest.java21 import static android.app.time.cts.shell.DeviceConfigShellHelper.SYNC_DISABLED_MODE_UNTIL_REBOOT;
28 import android.app.time.cts.shell.DeviceConfigShellHelper;
88 private DeviceConfigShellHelper mDeviceConfigShellHelper;
89 private DeviceConfigShellHelper.PreTestState mPreTestDeviceConfigState;
106 mDeviceConfigShellHelper = new DeviceConfigShellHelper(mShellCommandExecutor); in setUp()
DTimeManagerTest.java23 import static android.app.time.cts.shell.DeviceConfigShellHelper.SYNC_DISABLED_MODE_UNTIL_REBOOT;
44 import android.app.time.cts.shell.DeviceConfigShellHelper;
87 private DeviceConfigShellHelper mDeviceConfigShellHelper;
88 private DeviceConfigShellHelper.PreTestState mDeviceConfigPreTestState;
100 mDeviceConfigShellHelper = new DeviceConfigShellHelper(shellCommandExecutor); in before()
/cts/tests/backup/src/android/backup/cts/
DAppLocalesBackupTest.java20 import static android.app.time.cts.shell.DeviceConfigShellHelper.SYNC_DISABLED_MODE_UNTIL_REBOOT;
30 import android.app.time.cts.shell.DeviceConfigShellHelper;
260 DeviceConfigShellHelper deviceConfigShellHelper = new DeviceConfigShellHelper( in testRetentionPeriod_backupPassAfterRetentionPeriod_removesStagedData()
266 DeviceConfigShellHelper.PreTestState deviceConfigPreTestState = in testRetentionPeriod_backupPassAfterRetentionPeriod_removesStagedData()
356 DeviceConfigShellHelper deviceConfigShellHelper = new DeviceConfigShellHelper( in testRetentionPeriod_lazyRestoreAfterRetentionPeriod_removesStagedData()
362 DeviceConfigShellHelper.PreTestState deviceConfigPreTestState = in testRetentionPeriod_lazyRestoreAfterRetentionPeriod_removesStagedData()
/cts/tests/tests/time/shell_utils/common/android/app/time/cts/shell/
DDeviceConfigShellHelper.java38 public class DeviceConfigShellHelper { class
65 public DeviceConfigShellHelper(DeviceShellCommandExecutor shellCommandExecutor) { in DeviceConfigShellHelper() method in DeviceConfigShellHelper