Searched refs:DeviceShellCommandExecutor (Results 1 – 14 of 14) 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()
39 private final DeviceShellCommandExecutor mShellCommandExecutor;41 public TimeDetectorShellHelper(DeviceShellCommandExecutor shellCommandExecutor) { in TimeDetectorShellHelper()
72 private final DeviceShellCommandExecutor mShellCommandExecutor;74 public TimeZoneDetectorShellHelper(DeviceShellCommandExecutor shellCommandExecutor) { in TimeZoneDetectorShellHelper()
73 private final DeviceShellCommandExecutor mShellCommandExecutor;75 public LocationTimeZoneManagerShellHelper(DeviceShellCommandExecutor shellCommandExecutor) { in LocationTimeZoneManagerShellHelper()
74 private final DeviceShellCommandExecutor mShellCommandExecutor;76 public FakeTimeZoneProviderAppShellHelper(DeviceShellCommandExecutor shellCommandExecutor) { in FakeTimeZoneProviderAppShellHelper()
24 public abstract class DeviceShellCommandExecutor { class
63 private final DeviceShellCommandExecutor mShellCommandExecutor;65 public DeviceConfigShellHelper(DeviceShellCommandExecutor shellCommandExecutor) { in DeviceConfigShellHelper()
20 import android.app.time.cts.shell.DeviceShellCommandExecutor;31 public final class HostShellCommandExecutor extends DeviceShellCommandExecutor {
21 import android.app.time.cts.shell.DeviceShellCommandExecutor;33 extends DeviceShellCommandExecutor {
26 import android.app.time.cts.shell.DeviceShellCommandExecutor;58 DeviceShellCommandExecutor shellCommandExecutor = new HostShellCommandExecutor(getDevice()); in setUp()
27 import android.app.time.cts.shell.DeviceShellCommandExecutor;84 DeviceShellCommandExecutor shellCommandExecutor = new HostShellCommandExecutor(device); in setUp()
40 import android.app.time.cts.shell.DeviceShellCommandExecutor;93 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()
36 import android.app.time.cts.shell.DeviceShellCommandExecutor;77 DeviceShellCommandExecutor shellCommandExecutor = new InstrumentationShellCommandExecutor( in before()