Searched refs:openBugReportFileToRead (Results 1 – 2 of 2) sorted by relevance
84 try (InputStream in = BugStorageUtils.openBugReportFileToRead(mContext, bug)) { in test_expireBugReport_marksBugReportDeletedAndDeletesZip()105 BugStorageUtils.openBugReportFileToRead(mContext, finalBug)); in test_expireBugReport_marksBugReportDeletedAndDeletesZip()116 try (InputStream in = BugStorageUtils.openBugReportFileToRead(mContext, bug)) { in test_completeDeleteBugReport_removesBugReportRecordFromDb()129 BugStorageUtils.openBugReportFileToRead(mContext, finalBug)); in test_completeDeleteBugReport_removesBugReportRecordFromDb()
147 static InputStream openBugReportFileToRead(Context context, MetaBugReport bug) in openBugReportFileToRead() method in BugStorageUtils