Searched refs:DeviceShellCommandExecutor (Results 1 – 17 of 17) sorted by relevance
18 import static android.app.time.cts.shell.DeviceShellCommandExecutor.parseBytesAsBoolean;45 private final DeviceShellCommandExecutor mShellCommandExecutor;47 public LocationShellHelper(DeviceShellCommandExecutor shellCommandExecutor) { in LocationShellHelper()
38 private final DeviceShellCommandExecutor mShellCommandExecutor;40 public NetworkTimeUpdateServiceShellHelper(DeviceShellCommandExecutor shellCommandExecutor) { in NetworkTimeUpdateServiceShellHelper()
73 private final DeviceShellCommandExecutor mShellCommandExecutor;75 public LocationTimeZoneManagerShellHelper(DeviceShellCommandExecutor shellCommandExecutor) { in LocationTimeZoneManagerShellHelper()
83 private final DeviceShellCommandExecutor mShellCommandExecutor;85 public TimeZoneDetectorShellHelper(DeviceShellCommandExecutor shellCommandExecutor) { in TimeZoneDetectorShellHelper()
192 private final DeviceShellCommandExecutor mShellCommandExecutor;194 public TimeDetectorShellHelper(DeviceShellCommandExecutor shellCommandExecutor) { in TimeDetectorShellHelper()
24 public abstract class DeviceShellCommandExecutor { class
63 private final DeviceShellCommandExecutor mShellCommandExecutor;65 public DeviceConfigShellHelper(DeviceShellCommandExecutor shellCommandExecutor) { in DeviceConfigShellHelper()
96 private final DeviceShellCommandExecutor mShellCommandExecutor;98 public FakeTimeZoneProviderAppShellHelper(DeviceShellCommandExecutor shellCommandExecutor) { in FakeTimeZoneProviderAppShellHelper()
21 import android.app.time.cts.shell.DeviceShellCommandExecutor;34 extends DeviceShellCommandExecutor {
20 import android.app.time.cts.shell.DeviceShellCommandExecutor;31 public final class HostShellCommandExecutor extends DeviceShellCommandExecutor {
27 import android.app.time.cts.shell.DeviceShellCommandExecutor;72 private DeviceShellCommandExecutor mShellCommandExecutor;
27 import android.app.time.cts.shell.DeviceShellCommandExecutor;59 DeviceShellCommandExecutor shellCommandExecutor = new HostShellCommandExecutor(getDevice()); in setUp()
27 import android.app.time.cts.shell.DeviceShellCommandExecutor;86 DeviceShellCommandExecutor shellCommandExecutor = new HostShellCommandExecutor(device); in setUp()
44 import android.app.time.cts.shell.DeviceShellCommandExecutor;101 DeviceShellCommandExecutor shellCommandExecutor = new HostShellCommandExecutor(getDevice()); in setUp()
31 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()
29 import android.app.time.cts.shell.DeviceShellCommandExecutor;85 private DeviceShellCommandExecutor mShellCommandExecutor;
45 import android.app.time.cts.shell.DeviceShellCommandExecutor;96 DeviceShellCommandExecutor shellCommandExecutor = new InstrumentationShellCommandExecutor( in before()