/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/ |
D | HighPriorityProviderTest.java | 75 .getPeopleNotificationType(entry)) in highImportance() 92 .getPeopleNotificationType(entry)) in peopleNotification() 109 .getPeopleNotificationType(entry)) in messagingStyle() 127 .getPeopleNotificationType(entry)) in lowImportanceForeground() 150 .getPeopleNotificationType(entry)) in userChangeTrumpsHighPriorityCharacteristics()
|
D | NotificationRankingManagerTest.kt | 182 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/ |
D | NotificationRankingManager.kt | 87 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/ |
D | PeopleNotificationIdentifier.kt | 44 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()
|
D | PeopleHubNotificationListener.kt | 217 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/ |
D | ConversationCoordinator.kt | 59 peopleNotificationIdentifier.getPeopleNotificationType(entry) != TYPE_NON_PERSON in isConversation()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/provider/ |
D | HighPriorityProvider.java | 112 return mPeopleNotificationIdentifier.getPeopleNotificationType(entry) in isPeopleNotification()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
D | ConversationCoordinatorTest.kt | 86 whenever(peopleNotificationIdentifier.getPeopleNotificationType(entry)) in testInPeopleSection()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | NotificationGroupManagerLegacyTest.java | 195 when(mPeopleNotificationIdentifier.getPeopleNotificationType(eq(priorityEntry))) in helpTestAlertOverrideWithSiblings()
|
D | NotificationGroupAlertTransferHelperTest.java | 125 when(mPeopleNotificationIdentifier.getPeopleNotificationType(eq(priorityEntry))) in mockIsPriority()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationMenuRow.java | 270 int personNotifType = mPeopleNotificationIdentifier.getPeopleNotificationType(entry); in createMenuViews()
|
D | NotificationContentView.java | 1314 mPeopleIdentifier.getPeopleNotificationType(entry)
|
D | ExpandableNotificationRow.java | 545 return mPeopleNotificationIdentifier.getPeopleNotificationType(mEntry) in isConversation()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/legacy/ |
D | NotificationGroupManagerLegacy.java | 780 mPeopleNotificationIdentifier.get().getPeopleNotificationType(entry); in isImportantConversation()
|