Home
last modified time | relevance | path

Searched refs:executeToBytes (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/time/shell_utils/common/android/app/time/cts/shell/
DLocationTimeZoneManagerShellHelper.java128 return mShellCommandExecutor.executeToBytes(SHELL_CMD_PREFIX + cmd); in dumpState()
144 mShellCommandExecutor.executeToBytes(SHELL_CMD_PREFIX + cmd); in startWithTestProviders()
DDeviceShellCommandExecutor.java58 public final byte[] executeToBytes(@NonNull String command) throws Exception { in executeToBytes() method in DeviceShellCommandExecutor