Home
last modified time | relevance | path

Searched refs:DeviceShellCommandExecutor (Results 1 – 14 of 14) 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()
DTimeDetectorShellHelper.java39 private final DeviceShellCommandExecutor mShellCommandExecutor;
41 public TimeDetectorShellHelper(DeviceShellCommandExecutor shellCommandExecutor) { in TimeDetectorShellHelper()
DTimeZoneDetectorShellHelper.java72 private final DeviceShellCommandExecutor mShellCommandExecutor;
74 public TimeZoneDetectorShellHelper(DeviceShellCommandExecutor shellCommandExecutor) { in TimeZoneDetectorShellHelper()
DLocationTimeZoneManagerShellHelper.java73 private final DeviceShellCommandExecutor mShellCommandExecutor;
75 public LocationTimeZoneManagerShellHelper(DeviceShellCommandExecutor shellCommandExecutor) { in LocationTimeZoneManagerShellHelper()
DFakeTimeZoneProviderAppShellHelper.java74 private final DeviceShellCommandExecutor mShellCommandExecutor;
76 public FakeTimeZoneProviderAppShellHelper(DeviceShellCommandExecutor shellCommandExecutor) { in FakeTimeZoneProviderAppShellHelper()
DDeviceShellCommandExecutor.java24 public abstract class DeviceShellCommandExecutor { class
DDeviceConfigShellHelper.java63 private final DeviceShellCommandExecutor mShellCommandExecutor;
65 public DeviceConfigShellHelper(DeviceShellCommandExecutor shellCommandExecutor) { in DeviceConfigShellHelper()
/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/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/
DTimeZoneDetectorStatsTest.java26 import android.app.time.cts.shell.DeviceShellCommandExecutor;
58 DeviceShellCommandExecutor shellCommandExecutor = new HostShellCommandExecutor(getDevice()); in setUp()
DLocationTimeZoneManagerStatsTest.java27 import android.app.time.cts.shell.DeviceShellCommandExecutor;
84 DeviceShellCommandExecutor shellCommandExecutor = new HostShellCommandExecutor(device); in setUp()
DLocationTimeZoneManagerHostTest.java40 import android.app.time.cts.shell.DeviceShellCommandExecutor;
93 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/
DTimeManagerTest.java36 import android.app.time.cts.shell.DeviceShellCommandExecutor;
77 DeviceShellCommandExecutor shellCommandExecutor = new InstrumentationShellCommandExecutor( in before()