Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUpdater/src/com/android/car/systemupdater/
DUpdateLayoutFragment.java59 private static final String NOTIFICATION_CHANNEL_ID = "update"; field in UpdateLayoutFragment
106 NOTIFICATION_CHANNEL_ID, in onCreate()
288 return new Notification.Builder(context, NOTIFICATION_CHANNEL_ID) in createNotification()
/packages/apps/DocumentsUI/src/com/android/documentsui/services/
DFileOperationService.java98 static final String NOTIFICATION_CHANNEL_ID = "channel_id"; field in FileOperationService
175 NOTIFICATION_CHANNEL_ID, in setUpNotificationChannel()
DJob.java334 ? new Notification.Builder(service, FileOperationService.NOTIFICATION_CHANNEL_ID) in createNotificationBuilder()