Home
last modified time | relevance | path

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

/packages/services/Car/tests/BugReportApp/src/com/android/car/bugreport/
DBugStorageUtils.java185 public static List<MetaBugReport> getAllBugReportsDescending(@NonNull Context context) { in getAllBugReportsDescending() method in BugStorageUtils
DBugReportInfoActivity.java355 return BugStorageUtils.getAllBugReportsDescending(activity); in doInBackground()