Home
last modified time | relevance | path

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

/packages/apps/Car/Media/src/com/android/car/media/service/
DMediaConnectorService.java45 private static final String NOTIFICATION_CHANNEL_ID = "com.android.car.media.service"; field in MediaConnectorService
52 NotificationChannel channel = new NotificationChannel(NOTIFICATION_CHANNEL_ID, in onCreate()
98 Notification notification = new NotificationCompat.Builder(this, NOTIFICATION_CHANNEL_ID) in onStartCommand()
/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()