Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/people/
DPeopleNotificationIdentifier.kt44 fun getPeopleNotificationType(entry: NotificationEntry): Int in getPeopleNotificationType() method
72 override fun getPeopleNotificationType(entry: NotificationEntry): Int = in getPeopleNotificationType() method in com.android.systemui.statusbar.notification.people.PeopleNotificationIdentifierImpl
121 ?.map { getPeopleNotificationType(it) } in extractPersonTypeInfo()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/provider/
DHighPriorityProvider.java161 return mPeopleNotificationIdentifier.getPeopleNotificationType(entry) in isPeopleNotification()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DConversationCoordinator.kt141 peopleNotificationIdentifier.getPeopleNotificationType(it) in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DConversationCoordinatorTest.kt280 assertEquals(type, peopleNotificationIdentifier.getPeopleNotificationType(entry))
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationMenuRow.java263 int personNotifType = mPeopleNotificationIdentifier.getPeopleNotificationType(entry); in createMenuViews()
DNotificationContentView.java1564 mPeopleIdentifier.getPeopleNotificationType(entry)
DExpandableNotificationRow.java574 return mPeopleNotificationIdentifier.getPeopleNotificationType(mEntry) in isConversation()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationContentViewTest.kt604 whenever(mPeopleNotificationIdentifier.getPeopleNotificationType(this)) in <lambda>()