Home
last modified time | relevance | path

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

/packages/services/Car/tests/BugReportApp/src/com/android/car/bugreport/
DBugReportService.java252 startForeground(BUGREPORT_IN_PROGRESS_NOTIF_ID, buildProgressNotification()); in onStartCommand()
289 BUGREPORT_IN_PROGRESS_NOTIF_ID, buildProgressNotification()); in showProgressNotification()
293 private Notification buildProgressNotification() { in buildProgressNotification() method in BugReportService