Searched refs:shellCommandExecutor (Results 1 – 7 of 7) sorted by relevance
54 DeviceShellCommandExecutor shellCommandExecutor = new HostShellCommandExecutor(getDevice()); in setUp() local55 mTimeZoneDetectorShellHelper = new TimeZoneDetectorShellHelper(shellCommandExecutor); in setUp()57 new LocationTimeZoneManagerShellHelper(shellCommandExecutor); in setUp()58 mLocationShellHelper = new LocationShellHelper(shellCommandExecutor); in setUp()59 mDeviceConfigShellHelper = new DeviceConfigShellHelper(shellCommandExecutor); in setUp()
57 DeviceShellCommandExecutor shellCommandExecutor = new HostShellCommandExecutor(getDevice()); in setUp() local58 mTimeZoneDetectorShellHelper = new TimeZoneDetectorShellHelper(shellCommandExecutor); in setUp()59 mLocationShellHelper = new LocationShellHelper(shellCommandExecutor); in setUp()60 mDeviceConfigShellHelper = new DeviceConfigShellHelper(shellCommandExecutor); in setUp()
47 public LocationShellHelper(DeviceShellCommandExecutor shellCommandExecutor) { in LocationShellHelper() argument48 mShellCommandExecutor = Objects.requireNonNull(shellCommandExecutor); in LocationShellHelper()
74 public TimeZoneDetectorShellHelper(DeviceShellCommandExecutor shellCommandExecutor) { in TimeZoneDetectorShellHelper() argument75 mShellCommandExecutor = Objects.requireNonNull(shellCommandExecutor); in TimeZoneDetectorShellHelper()
117 public LocationTimeZoneManagerShellHelper(DeviceShellCommandExecutor shellCommandExecutor) { in LocationTimeZoneManagerShellHelper() argument118 mShellCommandExecutor = Objects.requireNonNull(shellCommandExecutor); in LocationTimeZoneManagerShellHelper()119 mDeviceConfigShellHelper = new DeviceConfigShellHelper(shellCommandExecutor); in LocationTimeZoneManagerShellHelper()
62 public DeviceConfigShellHelper(DeviceShellCommandExecutor shellCommandExecutor) { in DeviceConfigShellHelper() argument63 mShellCommandExecutor = Objects.requireNonNull(shellCommandExecutor); in DeviceConfigShellHelper()
74 DeviceShellCommandExecutor shellCommandExecutor = new InstrumentationShellCommandExecutor( in before() local76 mDeviceConfigShellHelper = new DeviceConfigShellHelper(shellCommandExecutor); in before()