Home
last modified time | relevance | path

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

/packages/services/Car/tests/BugReportApp/src/com/android/car/bugreport/
DBugReportService.java122 static final int BUGREPORT_FINISHED_NOTIF_ID = 2; field in BugReportService
503 .notify(BUGREPORT_FINISHED_NOTIF_ID, notification); in showBugReportFinishedNotification()
DBugReportInfoActivity.java134 mNotificationManager.cancel(BugReportService.BUGREPORT_FINISHED_NOTIF_ID); in cancelBugReportFinishedNotification()