Searched refs:getAllBugReportsDescending (Results 1 – 4 of 4) sorted by relevance
118 for (MetaBugReport bug : BugStorageUtils.getAllBugReportsDescending(mContext)) { in deleteAllBugReports()
221 for (MetaBugReport bug : BugStorageUtils.getAllBugReportsDescending(mContext)) { in deleteAllBugReports()
355 return BugStorageUtils.getAllBugReportsDescending(activity); in doInBackground()
211 public static List<MetaBugReport> getAllBugReportsDescending(@NonNull Context context) { in getAllBugReportsDescending() method in BugStorageUtils