Home
last modified time | relevance | path

Searched defs:getBytes (Results 1 – 3 of 3) sorted by relevance

/cts/tools/dex-tools/test/dex/reader/util/
DMemoryByteCode.java57 public byte[] getBytes() { in getBytes() method in MemoryByteCode
/cts/common/util/src/com/android/compatibility/common/util/
DResultUploader.java61 private static byte[] getBytes(InputStream input) throws IOException { in getBytes() method in ResultUploader
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DIssueReporter.java118 static byte[] getBytes(InputStream input, int size) throws IOException { in getBytes() method in IssueReporter