Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DPartialConversationInfo.java220 final NotificationChannelGroup notificationChannelGroup =
223 if (notificationChannelGroup != null) {
224 groupName = notificationChannelGroup.getName();
H A DNotificationConversationInfo.java378 final NotificationChannelGroup notificationChannelGroup = in bindGroup() local
381 if (notificationChannelGroup != null) { in bindGroup()
382 groupName = notificationChannelGroup.getName(); in bindGroup()
H A DNotificationInfo.java403 final NotificationChannelGroup notificationChannelGroup =
406 if (notificationChannelGroup != null) {
407 groupName = notificationChannelGroup.getName();
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationInfoTest.java299 final NotificationChannelGroup notificationChannelGroup = in testBindNotification_SetsGroupNameIfNonNull() local
303 .thenReturn(notificationChannelGroup); in testBindNotification_SetsGroupNameIfNonNull()