Home
last modified time | relevance | path

Searched refs:shellCommandExecutor (Results 1 – 7 of 7) sorted by relevance

/cts/hostsidetests/time/host/src/android/time/cts/host/
DBaseLocationTimeZoneManagerHostTest.java54 DeviceShellCommandExecutor shellCommandExecutor = new HostShellCommandExecutor(getDevice()); in setUp() local
55 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()
DTimeZoneDetectorStatsTest.java57 DeviceShellCommandExecutor shellCommandExecutor = new HostShellCommandExecutor(getDevice()); in setUp() local
58 mTimeZoneDetectorShellHelper = new TimeZoneDetectorShellHelper(shellCommandExecutor); in setUp()
59 mLocationShellHelper = new LocationShellHelper(shellCommandExecutor); in setUp()
60 mDeviceConfigShellHelper = new DeviceConfigShellHelper(shellCommandExecutor); in setUp()
/cts/tests/tests/time/shell_utils/common/android/app/time/cts/shell/
DLocationShellHelper.java47 public LocationShellHelper(DeviceShellCommandExecutor shellCommandExecutor) { in LocationShellHelper() argument
48 mShellCommandExecutor = Objects.requireNonNull(shellCommandExecutor); in LocationShellHelper()
DTimeZoneDetectorShellHelper.java74 public TimeZoneDetectorShellHelper(DeviceShellCommandExecutor shellCommandExecutor) { in TimeZoneDetectorShellHelper() argument
75 mShellCommandExecutor = Objects.requireNonNull(shellCommandExecutor); in TimeZoneDetectorShellHelper()
DLocationTimeZoneManagerShellHelper.java117 public LocationTimeZoneManagerShellHelper(DeviceShellCommandExecutor shellCommandExecutor) { in LocationTimeZoneManagerShellHelper() argument
118 mShellCommandExecutor = Objects.requireNonNull(shellCommandExecutor); in LocationTimeZoneManagerShellHelper()
119 mDeviceConfigShellHelper = new DeviceConfigShellHelper(shellCommandExecutor); in LocationTimeZoneManagerShellHelper()
DDeviceConfigShellHelper.java62 public DeviceConfigShellHelper(DeviceShellCommandExecutor shellCommandExecutor) { in DeviceConfigShellHelper() argument
63 mShellCommandExecutor = Objects.requireNonNull(shellCommandExecutor); in DeviceConfigShellHelper()
/cts/tests/tests/time/src/android/app/time/cts/
DTimeManagerTest.java74 DeviceShellCommandExecutor shellCommandExecutor = new InstrumentationShellCommandExecutor( in before() local
76 mDeviceConfigShellHelper = new DeviceConfigShellHelper(shellCommandExecutor); in before()