Home
last modified time | relevance | path

Searched refs:getPeopleNotificationType (Results 1 – 14 of 14) 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()
109 .getPeopleNotificationType(entry)) in messagingStyle()
127 .getPeopleNotificationType(entry)) in lowImportanceForeground()
150 .getPeopleNotificationType(entry)) in userChangeTrumpsHighPriorityCharacteristics()
DNotificationRankingManagerTest.kt182 whenever(personNotificationIdentifier.getPeopleNotificationType(a)) in <lambda>()
202 whenever(personNotificationIdentifier.getPeopleNotificationType(a)) in <lambda>()
224 whenever(personNotificationIdentifier.getPeopleNotificationType(a)) in <lambda>()
240 whenever(personNotificationIdentifier.getPeopleNotificationType(b)) in <lambda>()
269 whenever(personNotificationIdentifier.getPeopleNotificationType(a)) in <lambda>()
285 whenever(personNotificationIdentifier.getPeopleNotificationType(b)) in <lambda>()
408 whenever(personNotificationIdentifier.getPeopleNotificationType(a)) in <lambda>()
476 whenever(personNotificationIdentifier.getPeopleNotificationType(a)) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationRankingManager.kt87 val aPersonType = a.getPeopleNotificationType() in <lambda>()
88 val bPersonType = b.getPeopleNotificationType() in <lambda>()
206 private fun NotificationEntry.isConversation() = getPeopleNotificationType() != TYPE_NON_PERSON in <lambda>()
208 private fun NotificationEntry.getPeopleNotificationType() = in <lambda>() method in com.android.systemui.statusbar.notification.collection.NotificationRankingManager
209 peopleNotificationIdentifier.getPeopleNotificationType(this) in <lambda>()
/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()
DPeopleHubNotificationListener.kt217 val type = peopleNotificationIdentifier.getPeopleNotificationType(this) in extractPersonKey()
252 val type = peopleNotificationIdentifier.getPeopleNotificationType(this) in extractPersonKey()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DConversationCoordinator.kt59 peopleNotificationIdentifier.getPeopleNotificationType(entry) != TYPE_NON_PERSON in isConversation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/provider/
DHighPriorityProvider.java112 return mPeopleNotificationIdentifier.getPeopleNotificationType(entry) in isPeopleNotification()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DConversationCoordinatorTest.kt86 whenever(peopleNotificationIdentifier.getPeopleNotificationType(entry)) in testInPeopleSection()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNotificationGroupManagerLegacyTest.java195 when(mPeopleNotificationIdentifier.getPeopleNotificationType(eq(priorityEntry))) in helpTestAlertOverrideWithSiblings()
DNotificationGroupAlertTransferHelperTest.java125 when(mPeopleNotificationIdentifier.getPeopleNotificationType(eq(priorityEntry))) in mockIsPriority()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationMenuRow.java270 int personNotifType = mPeopleNotificationIdentifier.getPeopleNotificationType(entry); in createMenuViews()
DNotificationContentView.java1314 mPeopleIdentifier.getPeopleNotificationType(entry)
DExpandableNotificationRow.java545 return mPeopleNotificationIdentifier.getPeopleNotificationType(mEntry) in isConversation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/legacy/
DNotificationGroupManagerLegacy.java780 mPeopleNotificationIdentifier.get().getPeopleNotificationType(entry); in isImportantConversation()