Home
last modified time | relevance | path

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

/packages/services/Car/tests/BugReportApp/src/com/google/android/car/bugreport/
DZipUtils.java71 try (FileInputStream audioInput = new FileInputStream(file)) { in addFileToZipStream() argument
72 writeInputStreamToZipStream(file.getName(), audioInput, zipStream); in addFileToZipStream() local
DBugReportInfoActivity.java301 try (InputStream audioInput = mResolver.openInputStream(sourceAudio)) { in mergeFilesAndCopyToUsb() argument
303 mBugReport.getAudioFileName(), audioInput, zipOutStream); in mergeFilesAndCopyToUsb() local