Searched refs:extractString (Results 1 – 1 of 1) sorted by relevance
140 private static String extractString(ByteBuffer buffer, int offset, int length) { in extractString() method in AdbMessage150 String commandName = extractString(mMessageBuffer, 0, 4); in toString()