Home
last modified time | relevance | path

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

/packages/services/Car/tests/BugReportApp/src/com/google/android/car/bugreport/
DBugReportService.java115 private static final int BUGREPORT_IN_PROGRESS_NOTIF_ID = 1; field in BugReportService
241 startForeground(BUGREPORT_IN_PROGRESS_NOTIF_ID, buildProgressNotification()); in onStartCommand()
278 BUGREPORT_IN_PROGRESS_NOTIF_ID, buildProgressNotification()); in showProgressNotification()
453 mNotificationManager.cancel(BUGREPORT_IN_PROGRESS_NOTIF_ID); in handleBugReportManagerError()
536 mNotificationManager.cancel(BUGREPORT_IN_PROGRESS_NOTIF_ID); in zipDirectoryAndUpdateStatus()