Searched refs:DeviceConfigShellHelper (Results 1 – 8 of 8) sorted by relevance
21 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()
21 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()
20 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()
22 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()
21 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()
23 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()
20 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()
38 public class DeviceConfigShellHelper { class65 public DeviceConfigShellHelper(DeviceShellCommandExecutor shellCommandExecutor) { in DeviceConfigShellHelper() method in DeviceConfigShellHelper