Searched refs:completeDeleteBugReport (Results 1 – 3 of 3) sorted by relevance
91 boolean deleteResult = BugStorageUtils.completeDeleteBugReport(mContext, bug.getId()); in test_completeDeleteBugReport_removesBugReportRecordFromDb()
156 static boolean completeDeleteBugReport(@NonNull Context context, int bugReportId) { in completeDeleteBugReport() method in BugStorageUtils
483 BugStorageUtils.completeDeleteBugReport(this, mMetaBugReport.getId()); in buttonShowBugReportsClick()