Home
last modified time | relevance | path

Searched refs:DeviceShellCommandExecutor (Results 1 – 10 of 10) sorted by relevance

/cts/tests/tests/time/shell_utils/common/android/app/time/cts/shell/
DLocationShellHelper.java18 import static android.app.time.cts.shell.DeviceShellCommandExecutor.parseBytesAsBoolean;
45 private final DeviceShellCommandExecutor mShellCommandExecutor;
47 public LocationShellHelper(DeviceShellCommandExecutor shellCommandExecutor) { in LocationShellHelper()
DTimeZoneDetectorShellHelper.java72 private final DeviceShellCommandExecutor mShellCommandExecutor;
74 public TimeZoneDetectorShellHelper(DeviceShellCommandExecutor shellCommandExecutor) { in TimeZoneDetectorShellHelper()
DLocationTimeZoneManagerShellHelper.java114 private final DeviceShellCommandExecutor mShellCommandExecutor;
117 public LocationTimeZoneManagerShellHelper(DeviceShellCommandExecutor shellCommandExecutor) { in LocationTimeZoneManagerShellHelper()
DDeviceConfigShellHelper.java60 private final DeviceShellCommandExecutor mShellCommandExecutor;
62 public DeviceConfigShellHelper(DeviceShellCommandExecutor shellCommandExecutor) { in DeviceConfigShellHelper()
DDeviceShellCommandExecutor.java24 public abstract class DeviceShellCommandExecutor { class
/cts/tests/tests/time/shell_utils/host/android/app/time/cts/shell/host/
DHostShellCommandExecutor.java18 import android.app.time.cts.shell.DeviceShellCommandExecutor;
27 public final class HostShellCommandExecutor extends DeviceShellCommandExecutor {
/cts/tests/tests/time/shell_utils/device/android/app/time/cts/shell/device/
DInstrumentationShellCommandExecutor.java21 import android.app.time.cts.shell.DeviceShellCommandExecutor;
33 extends DeviceShellCommandExecutor {
/cts/hostsidetests/time/host/src/android/time/cts/host/
DBaseLocationTimeZoneManagerHostTest.java25 import android.app.time.cts.shell.DeviceShellCommandExecutor;
54 DeviceShellCommandExecutor shellCommandExecutor = new HostShellCommandExecutor(getDevice()); in setUp()
DTimeZoneDetectorStatsTest.java25 import android.app.time.cts.shell.DeviceShellCommandExecutor;
57 DeviceShellCommandExecutor shellCommandExecutor = new HostShellCommandExecutor(getDevice()); in setUp()
/cts/tests/tests/time/src/android/app/time/cts/
DTimeManagerTest.java36 import android.app.time.cts.shell.DeviceShellCommandExecutor;
74 DeviceShellCommandExecutor shellCommandExecutor = new InstrumentationShellCommandExecutor( in before()