Searched refs:DeviceConfigShellHelper (Results 1 – 5 of 5) sorted by relevance
24 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()
24 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()
20 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()
115 private final DeviceConfigShellHelper mDeviceConfigShellHelper;119 mDeviceConfigShellHelper = new DeviceConfigShellHelper(shellCommandExecutor); in LocationTimeZoneManagerShellHelper()
38 public class DeviceConfigShellHelper { class62 public DeviceConfigShellHelper(DeviceShellCommandExecutor shellCommandExecutor) { in DeviceConfigShellHelper() method in DeviceConfigShellHelper