Searched refs:executeToBytes (Results 1 – 2 of 2) sorted by relevance
58 public final byte[] executeToBytes(@NonNull String command) throws Exception { in executeToBytes() method in DeviceShellCommandExecutor
168 return mShellCommandExecutor.executeToBytes(SHELL_CMD_PREFIX + cmd); in dumpState()