Searched refs:DeviceShellCommandExecutor (Results 1 – 10 of 10) 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()
72 private final DeviceShellCommandExecutor mShellCommandExecutor;74 public TimeZoneDetectorShellHelper(DeviceShellCommandExecutor shellCommandExecutor) { in TimeZoneDetectorShellHelper()
114 private final DeviceShellCommandExecutor mShellCommandExecutor;117 public LocationTimeZoneManagerShellHelper(DeviceShellCommandExecutor shellCommandExecutor) { in LocationTimeZoneManagerShellHelper()
60 private final DeviceShellCommandExecutor mShellCommandExecutor;62 public DeviceConfigShellHelper(DeviceShellCommandExecutor shellCommandExecutor) { in DeviceConfigShellHelper()
24 public abstract class DeviceShellCommandExecutor { class
18 import android.app.time.cts.shell.DeviceShellCommandExecutor;27 public final class HostShellCommandExecutor extends DeviceShellCommandExecutor {
21 import android.app.time.cts.shell.DeviceShellCommandExecutor;33 extends DeviceShellCommandExecutor {
25 import android.app.time.cts.shell.DeviceShellCommandExecutor;54 DeviceShellCommandExecutor shellCommandExecutor = new HostShellCommandExecutor(getDevice()); in setUp()
25 import android.app.time.cts.shell.DeviceShellCommandExecutor;57 DeviceShellCommandExecutor shellCommandExecutor = new HostShellCommandExecutor(getDevice()); in setUp()
36 import android.app.time.cts.shell.DeviceShellCommandExecutor;74 DeviceShellCommandExecutor shellCommandExecutor = new InstrumentationShellCommandExecutor( in before()