Home
last modified time | relevance | path

Searched refs:mShellCommandExecutor (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/time/shell_utils/common/android/app/time/cts/shell/
DTimeZoneDetectorShellHelper.java72 private final DeviceShellCommandExecutor mShellCommandExecutor; field in TimeZoneDetectorShellHelper
75 mShellCommandExecutor = Objects.requireNonNull(shellCommandExecutor); in TimeZoneDetectorShellHelper()
80 return mShellCommandExecutor.executeToBoolean( in isAutoDetectionEnabled()
87 mShellCommandExecutor.executeToTrimmedString(SHELL_CMD_PREFIX + cmd); in setAutoDetectionEnabled()
92 return mShellCommandExecutor.executeToBoolean( in isGeoDetectionEnabled()
99 mShellCommandExecutor.executeToTrimmedString(SHELL_CMD_PREFIX + cmd); in setGeoDetectionEnabled()
104 return mShellCommandExecutor.executeToBoolean( in isGeoDetectionSupported()
110 return mShellCommandExecutor.executeToBoolean( in isTelephonyDetectionSupported()
DLocationTimeZoneManagerShellHelper.java114 private final DeviceShellCommandExecutor mShellCommandExecutor; field in LocationTimeZoneManagerShellHelper
118 mShellCommandExecutor = Objects.requireNonNull(shellCommandExecutor); in LocationTimeZoneManagerShellHelper()
136 String serviceList = mShellCommandExecutor.executeToString("cmd -l"); in isLocationTimeZoneManagerPresent()
151 mShellCommandExecutor.executeToTrimmedString(SHELL_CMD_PREFIX + SHELL_COMMAND_START); in start()
156 mShellCommandExecutor.executeToTrimmedString(SHELL_CMD_PREFIX + SHELL_COMMAND_STOP); in stop()
162 mShellCommandExecutor.executeToTrimmedString(SHELL_CMD_PREFIX + cmd); in recordProviderStates()
168 return mShellCommandExecutor.executeToBytes(SHELL_CMD_PREFIX + cmd); in dumpState()
219 mShellCommandExecutor.executeToTrimmedString(SHELL_CMD_PREFIX + cmd); in sendProviderTestCommand()
DLocationShellHelper.java45 private final DeviceShellCommandExecutor mShellCommandExecutor; field in LocationShellHelper
48 mShellCommandExecutor = Objects.requireNonNull(shellCommandExecutor); in LocationShellHelper()
53 return mShellCommandExecutor.executeToBoolean( in isLocationEnabledForCurrentUser()
60 mShellCommandExecutor.executeToTrimmedString(SHELL_CMD_PREFIX + cmd); in setLocationEnabledForCurrentUser()
DDeviceConfigShellHelper.java60 private final DeviceShellCommandExecutor mShellCommandExecutor; field in DeviceConfigShellHelper
63 mShellCommandExecutor = Objects.requireNonNull(shellCommandExecutor); in DeviceConfigShellHelper()
71 return mShellCommandExecutor.executeToBoolean(cmd); in isSyncDisabled()
82 mShellCommandExecutor.executeToTrimmedString(cmd); in setSyncDisabled()
92 String output = mShellCommandExecutor.executeToTrimmedString(cmd); in list()
118 mShellCommandExecutor.executeToTrimmedString(cmd); in put()
124 mShellCommandExecutor.executeToTrimmedString(cmd); in delete()