Searched refs:notificationChannelId (Results 1 – 4 of 4) sorted by relevance
145 final String notificationChannelId = "StatsdCtsChannel"; in doShowNotification() local148 NotificationChannel channel = new NotificationChannel(notificationChannelId, "Statsd Cts", in doShowNotification()155 new Notification.Builder(this, notificationChannelId) in doShowNotification()
436 String notificationChannelId = in.readUTF(); in readFromBackupPayload() local437 if (!TextUtils.isEmpty(notificationChannelId)) { in readFromBackupPayload()438 builder.setNotificationChannelId(notificationChannelId); in readFromBackupPayload()530 Builder setNotificationChannelId(String notificationChannelId) { in setNotificationChannelId() argument531 mNotificationChannelId = notificationChannelId; in setNotificationChannelId()
323 String notificationChannelId) { in buildConversationInfo() argument329 .setNotificationChannelId(notificationChannelId) in buildConversationInfo()
410 final String notificationChannelId = "com.android.launcher3.Debug"; in onCreate() local417 notificationChannelId, notificationChannelName, in onCreate()431 Notification notification = new Notification.Builder(this, notificationChannelId) in onCreate()