Home
last modified time | relevance | path

Searched refs:copyBinaryStream (Results 1 – 1 of 1) sorted by relevance

/packages/services/Car/tests/BugReportApp/src/com/google/android/car/bugreport/
DBugReportService.java270 copyBinaryStream(new FileInputStream(new File(BT_SNOOP_LOG_LOCATION)), in grabBtSnoopLog()
388 private static void copyBinaryStream(InputStream in, OutputStream out) throws IOException { in copyBinaryStream() method in BugReportService