Searched refs:openBugReportFileToRead (Results 1 – 2 of 2) sorted by relevance
67 try (InputStream in = BugStorageUtils.openBugReportFileToRead(mContext, bug)) { in test_expireBugReport_marksBugReportDeletedAndDeletesZip()80 BugStorageUtils.openBugReportFileToRead(mContext, bug)); in test_expireBugReport_marksBugReportDeletedAndDeletesZip()87 try (InputStream in = BugStorageUtils.openBugReportFileToRead(mContext, bug)) { in test_completeDeleteBugReport_removesBugReportRecordFromDb()96 BugStorageUtils.openBugReportFileToRead(mContext, bug)); in test_completeDeleteBugReport_removesBugReportRecordFromDb()
132 static InputStream openBugReportFileToRead(Context context, MetaBugReport bug) in openBugReportFileToRead() method in BugStorageUtils