Searched refs:expireBugReport (Results 1 – 3 of 3) sorted by relevance
79 BugStorageUtils.expireBugReport(this, bug.getId()); in run()
189 static boolean expireBugReport(@NonNull Context context, int bugReportId) { in expireBugReport() method in BugStorageUtils
91 boolean deleteResult = BugStorageUtils.expireBugReport(mContext, bug.getId()); in test_expireBugReport_marksBugReportDeletedAndDeletesZip()