Home
last modified time | relevance | path

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

/packages/services/Car/tests/BugReportApp/src/com/android/car/bugreport/
DBugReportService.java113 private static final String PROGRESS_CHANNEL_ID = "BUGREPORT_PROGRESS_CHANNEL"; field in BugReportService
208 PROGRESS_CHANNEL_ID, in onCreate()
297 return new Notification.Builder(this, PROGRESS_CHANNEL_ID) in buildProgressNotification()