Home
last modified time | relevance | path

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

/packages/services/Car/tests/BugReportApp/tests/src/com/google/android/car/bugreport/
DBugStorageUtilsTest.java68 try (InputStream in = BugStorageUtils.openBugReportFileToRead(mContext, bug)) { in test_expireBugReport_marksBugReportDeletedAndDeletesZip()
81 BugStorageUtils.openBugReportFileToRead(mContext, bug)); in test_expireBugReport_marksBugReportDeletedAndDeletesZip()
88 try (InputStream in = BugStorageUtils.openBugReportFileToRead(mContext, bug)) { in test_completeDeleteBugReport_removesBugReportRecordFromDb()
97 BugStorageUtils.openBugReportFileToRead(mContext, bug)); in test_completeDeleteBugReport_removesBugReportRecordFromDb()
/packages/services/Car/tests/BugReportApp/src/com/android/car/bugreport/
DBugStorageUtils.java132 static InputStream openBugReportFileToRead(Context context, MetaBugReport bug) in openBugReportFileToRead() method in BugStorageUtils