Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/notification/
DConversationChannelWrapper.java84 NotificationChannel notificationChannel) { in setNotificationChannel() argument
85 mNotificationChannel = notificationChannel; in setNotificationChannel()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DPartialConversationInfo.java104 NotificationChannel notificationChannel, in bindNotification() argument
117 mNotificationChannel = notificationChannel; in bindNotification()
DNotificationConversationInfo.java212 NotificationChannel notificationChannel, in bindNotification() argument
234 mNotificationChannel = notificationChannel; in bindNotification()
DNotificationInfo.java182 NotificationChannel notificationChannel, in bindNotification() argument
204 mSingleNotificationChannel = notificationChannel; in bindNotification()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DSnoozeHelperTest.java626 final NotificationChannel notificationChannel = new NotificationChannel(
630 System.currentTimeMillis()), notificationChannel);