Home
last modified time | relevance | path

Searched refs:DeviceShellCommandExecutor (Results 1 – 17 of 17) 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()
DNetworkTimeUpdateServiceShellHelper.java38 private final DeviceShellCommandExecutor mShellCommandExecutor;
40 public NetworkTimeUpdateServiceShellHelper(DeviceShellCommandExecutor shellCommandExecutor) { in NetworkTimeUpdateServiceShellHelper()
DLocationTimeZoneManagerShellHelper.java73 private final DeviceShellCommandExecutor mShellCommandExecutor;
75 public LocationTimeZoneManagerShellHelper(DeviceShellCommandExecutor shellCommandExecutor) { in LocationTimeZoneManagerShellHelper()
DTimeZoneDetectorShellHelper.java83 private final DeviceShellCommandExecutor mShellCommandExecutor;
85 public TimeZoneDetectorShellHelper(DeviceShellCommandExecutor shellCommandExecutor) { in TimeZoneDetectorShellHelper()
DTimeDetectorShellHelper.java192 private final DeviceShellCommandExecutor mShellCommandExecutor;
194 public TimeDetectorShellHelper(DeviceShellCommandExecutor shellCommandExecutor) { in TimeDetectorShellHelper()
DDeviceShellCommandExecutor.java24 public abstract class DeviceShellCommandExecutor { class
DDeviceConfigShellHelper.java63 private final DeviceShellCommandExecutor mShellCommandExecutor;
65 public DeviceConfigShellHelper(DeviceShellCommandExecutor shellCommandExecutor) { in DeviceConfigShellHelper()
DFakeTimeZoneProviderAppShellHelper.java96 private final DeviceShellCommandExecutor mShellCommandExecutor;
98 public FakeTimeZoneProviderAppShellHelper(DeviceShellCommandExecutor shellCommandExecutor) { in FakeTimeZoneProviderAppShellHelper()
/cts/tests/tests/time/shell_utils/device/android/app/time/cts/shell/device/
DInstrumentationShellCommandExecutor.java21 import android.app.time.cts.shell.DeviceShellCommandExecutor;
34 extends DeviceShellCommandExecutor {
/cts/tests/tests/time/shell_utils/host/android/app/time/cts/shell/host/
DHostShellCommandExecutor.java20 import android.app.time.cts.shell.DeviceShellCommandExecutor;
31 public final class HostShellCommandExecutor extends DeviceShellCommandExecutor {
/cts/tests/tests/os/src/android/os/cts/
DSystemClockNetworkTimeTest.java27 import android.app.time.cts.shell.DeviceShellCommandExecutor;
72 private DeviceShellCommandExecutor mShellCommandExecutor;
/cts/hostsidetests/time/host/src/android/time/cts/host/
DTimeZoneDetectorStatsTest.java27 import android.app.time.cts.shell.DeviceShellCommandExecutor;
59 DeviceShellCommandExecutor shellCommandExecutor = new HostShellCommandExecutor(getDevice()); in setUp()
DLocationTimeZoneManagerStatsTest.java27 import android.app.time.cts.shell.DeviceShellCommandExecutor;
86 DeviceShellCommandExecutor shellCommandExecutor = new HostShellCommandExecutor(device); in setUp()
DLocationTimeZoneManagerHostTest.java44 import android.app.time.cts.shell.DeviceShellCommandExecutor;
101 DeviceShellCommandExecutor shellCommandExecutor = new HostShellCommandExecutor(getDevice()); in setUp()
/cts/tests/backup/src/android/backup/cts/
DAppLocalesBackupTest.java31 import android.app.time.cts.shell.DeviceShellCommandExecutor;
81 private DeviceShellCommandExecutor mShellCommandExecutor;
499 DeviceShellCommandExecutor shellCommandExecutor) throws Exception { in isAutoDetectionEnabled()
504 boolean enabled, DeviceShellCommandExecutor shellCommandExecutor) throws Exception { in setAutoTimeEnabled()
/cts/tests/tests/time/src/android/app/time/cts/
DNetworkTimeUpdateServiceSntpTest.java29 import android.app.time.cts.shell.DeviceShellCommandExecutor;
85 private DeviceShellCommandExecutor mShellCommandExecutor;
DTimeManagerTest.java45 import android.app.time.cts.shell.DeviceShellCommandExecutor;
96 DeviceShellCommandExecutor shellCommandExecutor = new InstrumentationShellCommandExecutor( in before()