Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DPartialConversationInfo.java220 final NotificationChannelGroup notificationChannelGroup =
223 if (notificationChannelGroup != null) {
224 groupName = notificationChannelGroup.getName();
DNotificationConversationInfo.java368 final NotificationChannelGroup notificationChannelGroup = in bindGroup() local
371 if (notificationChannelGroup != null) { in bindGroup()
372 groupName = notificationChannelGroup.getName(); in bindGroup()
DNotificationInfo.java375 final NotificationChannelGroup notificationChannelGroup =
378 if (notificationChannelGroup != null) {
379 groupName = notificationChannelGroup.getName();
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationInfoTest.java301 final NotificationChannelGroup notificationChannelGroup = in testBindNotification_SetsGroupNameIfNonNull() local
305 .thenReturn(notificationChannelGroup); in testBindNotification_SetsGroupNameIfNonNull()