Searched refs:NOTIFICATION_CHANNEL_ID (Results 1 – 4 of 4) sorted by relevance
45 private static final String NOTIFICATION_CHANNEL_ID = "com.android.car.media.service"; field in MediaConnectorService52 NotificationChannel channel = new NotificationChannel(NOTIFICATION_CHANNEL_ID, in onCreate()98 Notification notification = new NotificationCompat.Builder(this, NOTIFICATION_CHANNEL_ID) in onStartCommand()
59 private static final String NOTIFICATION_CHANNEL_ID = "update"; field in UpdateLayoutFragment106 NOTIFICATION_CHANNEL_ID, in onCreate()288 return new Notification.Builder(context, NOTIFICATION_CHANNEL_ID) in createNotification()
98 static final String NOTIFICATION_CHANNEL_ID = "channel_id"; field in FileOperationService175 NOTIFICATION_CHANNEL_ID, in setUpNotificationChannel()
334 ? new Notification.Builder(service, FileOperationService.NOTIFICATION_CHANNEL_ID) in createNotificationBuilder()