Home
last modified time | relevance | path

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

/packages/services/Car/tests/BugReportApp/src/com/google/android/car/bugreport/
DBugReportInfoActivity.java257 Uri parentDocumentUri = in copyFilesToUsb() local
264 new File(mBugReport.getFilePath()).getName(), sourceUri, parentDocumentUri); in copyFilesToUsb()
266 mergeFilesAndCopyToUsb(parentDocumentUri); in copyFilesToUsb()
275 private void mergeFilesAndCopyToUsb(Uri parentDocumentUri) throws IOException { in mergeFilesAndCopyToUsb() argument
282 mResolver, parentDocumentUri, mimeType, mBugReport.getBugReportFileName()); in mergeFilesAndCopyToUsb()
314 private void copyFileToUsb(String filename, Uri sourceUri, Uri parentDocumentUri) in copyFileToUsb() argument
318 mResolver, parentDocumentUri, mimeType, filename); in copyFileToUsb()