Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/BugReportApp/src/com/android/car/bugreport/
H A DBugReportService.java492 static void showBugReportFinishedNotification(Context context, MetaBugReport bug) { in showBugReportFinishedNotification() method in BugReportService
548 showBugReportFinishedNotification(this, mMetaBugReport); in zipDirectoryAndUpdateStatus()
H A DBugReportActivity.java710 BugReportService.showBugReportFinishedNotification(mContext, bug); in doInBackground()