Home
last modified time | relevance | path

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

/packages/services/Car/tests/BugReportApp/tests/src/com/google/android/car/bugreport/
DBugStorageUtilsTest.java108 try (OutputStream out = BugStorageUtils.openBugReportFileToWrite(mContext, bugReport)) { in createBugReportWithStatus()
/packages/services/Car/tests/BugReportApp/src/com/android/car/bugreport/
DBugStorageUtils.java101 static OutputStream openBugReportFileToWrite( in openBugReportFileToWrite() method in BugStorageUtils
DBugReportService.java526 BugStorageUtils.openBugReportFileToWrite(this, mMetaBugReport)); in zipDirectoryAndUpdateStatus()