Home
last modified time | relevance | path

Searched refs:getAllBugReportsDescending (Results 1 – 4 of 4) sorted by relevance

/packages/services/Car/tests/BugReportApp/tests/src/com/android/car/bugreport/
DTtlPointsDecrementalTest.java118 for (MetaBugReport bug : BugStorageUtils.getAllBugReportsDescending(mContext)) { in deleteAllBugReports()
DBugStorageUtilsTest.java221 for (MetaBugReport bug : BugStorageUtils.getAllBugReportsDescending(mContext)) { in deleteAllBugReports()
/packages/services/Car/tests/BugReportApp/src/com/android/car/bugreport/
DBugReportInfoActivity.java355 return BugStorageUtils.getAllBugReportsDescending(activity); in doInBackground()
DBugStorageUtils.java211 public static List<MetaBugReport> getAllBugReportsDescending(@NonNull Context context) { in getAllBugReportsDescending() method in BugStorageUtils