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/
DDeviceShellCommandExecutor.java58 public final byte[] executeToBytes(@NonNull String command) throws Exception { in executeToBytes() method in DeviceShellCommandExecutor
DLocationTimeZoneManagerShellHelper.java168 return mShellCommandExecutor.executeToBytes(SHELL_CMD_PREFIX + cmd); in dumpState()