Searched refs:getBytes (Results 1 – 6 of 6) sorted by relevance
50 byte[] data = getBytes(input); in uploadResult()61 private static byte[] getBytes(InputStream input) throws IOException { in getBytes() method in ResultUploader
349 parser.setInput(new ByteArrayInputStream(result.getBytes(ENCODING)), ENCODING); in parse()
92 outputStream.write(res.getBytes()); in runDumpsysCmd()
112 fos.write(String.format("notes: %s\n\n", notes).getBytes()); in dumpMeminfo()
60 private static final byte[] NONEMPTY_BYTE_ARRAY = "full".getBytes();
503 ByteArrayInputStream configStream = new ByteArrayInputStream("not a config".getBytes()); in testParsingConfigFromArguments_malformedConfig()