Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DPartialConversationInfo.java200 final NotificationChannelGroup notificationChannelGroup =
203 if (notificationChannelGroup != null) {
204 groupName = notificationChannelGroup.getName();
H A DNotificationConversationInfo.java387 final NotificationChannelGroup notificationChannelGroup = in bindGroup() local
390 if (notificationChannelGroup != null) { in bindGroup()
391 groupName = notificationChannelGroup.getName(); in bindGroup()
H A DNotificationInfo.java418 final NotificationChannelGroup notificationChannelGroup =
421 if (notificationChannelGroup != null) {
422 groupName = notificationChannelGroup.getName();
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationInfoTest.java311 final NotificationChannelGroup notificationChannelGroup = in testBindNotification_SetsGroupNameIfNonNull() local
315 .thenReturn(notificationChannelGroup); in testBindNotification_SetsGroupNameIfNonNull()