Searched refs:shellCommandExecutor (Results 1 – 12 of 12) sorted by relevance
47 public LocationShellHelper(DeviceShellCommandExecutor shellCommandExecutor) { in LocationShellHelper() argument48 mShellCommandExecutor = Objects.requireNonNull(shellCommandExecutor); in LocationShellHelper()
40 public NetworkTimeUpdateServiceShellHelper(DeviceShellCommandExecutor shellCommandExecutor) { in NetworkTimeUpdateServiceShellHelper() argument41 mShellCommandExecutor = Objects.requireNonNull(shellCommandExecutor); in NetworkTimeUpdateServiceShellHelper()
75 public LocationTimeZoneManagerShellHelper(DeviceShellCommandExecutor shellCommandExecutor) { in LocationTimeZoneManagerShellHelper() argument76 mShellCommandExecutor = Objects.requireNonNull(shellCommandExecutor); in LocationTimeZoneManagerShellHelper()
85 public TimeZoneDetectorShellHelper(DeviceShellCommandExecutor shellCommandExecutor) { in TimeZoneDetectorShellHelper() argument86 mShellCommandExecutor = Objects.requireNonNull(shellCommandExecutor); in TimeZoneDetectorShellHelper()
194 public TimeDetectorShellHelper(DeviceShellCommandExecutor shellCommandExecutor) { in TimeDetectorShellHelper() argument195 mShellCommandExecutor = Objects.requireNonNull(shellCommandExecutor); in TimeDetectorShellHelper()
65 public DeviceConfigShellHelper(DeviceShellCommandExecutor shellCommandExecutor) { in DeviceConfigShellHelper() argument66 mShellCommandExecutor = Objects.requireNonNull(shellCommandExecutor); in DeviceConfigShellHelper()
98 public FakeTimeZoneProviderAppShellHelper(DeviceShellCommandExecutor shellCommandExecutor) { in FakeTimeZoneProviderAppShellHelper() argument99 mShellCommandExecutor = Objects.requireNonNull(shellCommandExecutor); in FakeTimeZoneProviderAppShellHelper()
86 DeviceShellCommandExecutor shellCommandExecutor = new HostShellCommandExecutor(device); in setUp() local88 new LocationTimeZoneManagerShellHelper(shellCommandExecutor); in setUp()98 mTimeZoneDetectorShellHelper = new TimeZoneDetectorShellHelper(shellCommandExecutor); in setUp()99 mLocationShellHelper = new LocationShellHelper(shellCommandExecutor); in setUp()100 mDeviceConfigShellHelper = new DeviceConfigShellHelper(shellCommandExecutor); in setUp()165 new FakeTimeZoneProviderAppShellHelper(shellCommandExecutor); in setUp()
59 DeviceShellCommandExecutor shellCommandExecutor = new HostShellCommandExecutor(getDevice()); in setUp() local60 mTimeZoneDetectorShellHelper = new TimeZoneDetectorShellHelper(shellCommandExecutor); in setUp()61 mLocationShellHelper = new LocationShellHelper(shellCommandExecutor); in setUp()62 mDeviceConfigShellHelper = new DeviceConfigShellHelper(shellCommandExecutor); in setUp()
101 DeviceShellCommandExecutor shellCommandExecutor = new HostShellCommandExecutor(getDevice()); in setUp() local103 new LocationTimeZoneManagerShellHelper(shellCommandExecutor); in setUp()113 mTimeZoneDetectorShellHelper = new TimeZoneDetectorShellHelper(shellCommandExecutor); in setUp()114 mLocationShellHelper = new LocationShellHelper(shellCommandExecutor); in setUp()115 mDeviceConfigShellHelper = new DeviceConfigShellHelper(shellCommandExecutor); in setUp()180 new FakeTimeZoneProviderAppShellHelper(shellCommandExecutor); in setUp()
499 DeviceShellCommandExecutor shellCommandExecutor) throws Exception { in isAutoDetectionEnabled() argument500 return shellCommandExecutor.executeToBoolean(SHELL_COMMAND_IS_AUTO_DETECTION_ENABLED); in isAutoDetectionEnabled()504 boolean enabled, DeviceShellCommandExecutor shellCommandExecutor) throws Exception { in setAutoTimeEnabled() argument512 return isAutoDetectionEnabled(shellCommandExecutor) == enabled; in setAutoTimeEnabled()
96 DeviceShellCommandExecutor shellCommandExecutor = new InstrumentationShellCommandExecutor( in before() local98 mTimeDetectorShellHelper = new TimeDetectorShellHelper(shellCommandExecutor); in before()99 mTimeZoneDetectorShellHelper = new TimeZoneDetectorShellHelper(shellCommandExecutor); in before()100 mDeviceConfigShellHelper = new DeviceConfigShellHelper(shellCommandExecutor); in before()