Home
last modified time | relevance | path

Searched refs:getPeopleNotificationType (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DConversationCoordinatorTest.kt145 whenever(peopleNotificationIdentifier.getPeopleNotificationType(alertingEntry))
157 whenever(peopleNotificationIdentifier.getPeopleNotificationType(silentEntry))
174 whenever(peopleNotificationIdentifier.getPeopleNotificationType(entry))
176 whenever(peopleNotificationIdentifier.getPeopleNotificationType(importantEntry))
198 whenever(peopleNotificationIdentifier.getPeopleNotificationType(summary))
206 whenever(peopleNotificationIdentifier.getPeopleNotificationType(entryA))
208 whenever(peopleNotificationIdentifier.getPeopleNotificationType(entryB))
217 whenever(peopleNotificationIdentifier.getPeopleNotificationType(entryA))
219 whenever(peopleNotificationIdentifier.getPeopleNotificationType(entryB))
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DHighPriorityProviderTest.java75 .getPeopleNotificationType(entry)) in highImportance()
92 .getPeopleNotificationType(entry)) in peopleNotification()
110 .getPeopleNotificationType(entry)) in highImportanceConversation()
127 .getPeopleNotificationType(entry)) in lowImportanceConversation()
141 .getPeopleNotificationType(summary)) in highImportanceConversationWhenAnyOfChildIsHighPriority()
163 .getPeopleNotificationType(entry)) in messagingStyle()
182 .getPeopleNotificationType(entry)) in lowImportanceForeground()
205 .getPeopleNotificationType(entry)) in userChangeTrumpsHighPriorityCharacteristics()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/people/
H A DPeopleNotificationIdentifier.kt44 fun getPeopleNotificationType(entry: NotificationEntry): Int regex
72 override fun getPeopleNotificationType(entry: NotificationEntry): Int =
121 ?.map { getPeopleNotificationType(it) }
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/provider/
H A DHighPriorityProvider.java161 return mPeopleNotificationIdentifier.getPeopleNotificationType(entry) in isPeopleNotification()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DConversationCoordinator.kt113 peopleNotificationIdentifier.getPeopleNotificationType(it)
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentViewTest.kt410 whenever(mPeopleNotificationIdentifier.getPeopleNotificationType(this))
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationMenuRow.java263 int personNotifType = mPeopleNotificationIdentifier.getPeopleNotificationType(entry); in createMenuViews()
H A DNotificationContentView.java1456 mPeopleIdentifier.getPeopleNotificationType(entry)
H A DExpandableNotificationRow.java560 return mPeopleNotificationIdentifier.getPeopleNotificationType(mEntry) in isConversation()