Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/BugReportApp/src/com/android/car/bugreport/
H A DSimpleUploaderAsyncTask.java183 List<MetaBugReport> bugReports = BugStorageUtils.getUploadPendingBugReports(mContext); in doInBackground()
H A DBugStorageUtils.java199 public static List<MetaBugReport> getUploadPendingBugReports(@NonNull Context context) { in getUploadPendingBugReports() method in BugStorageUtils