Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DHighPriorityProviderTest.java74 .getPeopleNotificationType(entry.getSbn(), entry.getRanking())) in highImportance()
91 .getPeopleNotificationType(entry.getSbn(), entry.getRanking())) in peopleNotification()
108 .getPeopleNotificationType(entry.getSbn(), entry.getRanking())) in messagingStyle()
126 .getPeopleNotificationType(entry.getSbn(), entry.getRanking())) in lowImportanceForeground()
144 .getPeopleNotificationType(entry.getSbn(), entry.getRanking())) in minImportanceForeground()
168 .getPeopleNotificationType(entry.getSbn(), entry.getRanking())) in userChangeTrumpsHighPriorityCharacteristics()
DNotificationRankingManagerTest.kt177 whenever(personNotificationIdentifier.getPeopleNotificationType(a.sbn, a.ranking)) in <lambda>()
197 whenever(personNotificationIdentifier.getPeopleNotificationType(a.sbn, a.ranking)) in <lambda>()
219 whenever(personNotificationIdentifier.getPeopleNotificationType(a.sbn, a.ranking)) in <lambda>()
235 whenever(personNotificationIdentifier.getPeopleNotificationType(b.sbn, b.ranking)) in <lambda>()
264 whenever(personNotificationIdentifier.getPeopleNotificationType(a.sbn, a.ranking)) in <lambda>()
280 whenever(personNotificationIdentifier.getPeopleNotificationType(b.sbn, b.ranking)) in <lambda>()
403 whenever(personNotificationIdentifier.getPeopleNotificationType(a.sbn, a.ranking)) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationRankingManager.kt80 val aPersonType = a.getPeopleNotificationType() in <lambda>()
81 val bPersonType = b.getPeopleNotificationType() in <lambda>()
191 private fun NotificationEntry.isConversation() = getPeopleNotificationType() != TYPE_NON_PERSON in <lambda>()
193 private fun NotificationEntry.getPeopleNotificationType() = in <lambda>() method in com.android.systemui.statusbar.notification.collection.NotificationRankingManager
194 peopleNotificationIdentifier.getPeopleNotificationType(sbn, ranking) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/people/
DPeopleNotificationIdentifier.kt43 fun getPeopleNotificationType(sbn: StatusBarNotification, ranking: Ranking): Int in getPeopleNotificationType() method
69 override fun getPeopleNotificationType(sbn: StatusBarNotification, ranking: Ranking): Int = in getPeopleNotificationType() method in com.android.systemui.statusbar.notification.people.PeopleNotificationIdentifierImpl
115 ?.map { getPeopleNotificationType(it.sbn, it.ranking) } in extractPersonTypeInfo()
DPeopleHubNotificationListener.kt217 val type = peopleNotificationIdentifier.getPeopleNotificationType(sbn, ranking) in extractPersonKey()
252 val type = peopleNotificationIdentifier.getPeopleNotificationType(sbn, ranking) in extractPersonKey()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/provider/
DHighPriorityProvider.java125 return mPeopleNotificationIdentifier.getPeopleNotificationType( in isPeopleNotification()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationGroupManager.java545 int peopleNotificationType = mPeopleNotificationIdentifier.get().getPeopleNotificationType( in shouldIsolate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationMenuRow.java270 .getPeopleNotificationType(entry.getSbn(), entry.getRanking()); in createMenuViews()
DNotificationContentView.java1365 mPeopleIdentifier.getPeopleNotificationType(entry.getSbn(), entry.getRanking())
DExpandableNotificationRow.java540 .getPeopleNotificationType(mEntry.getSbn(), mEntry.getRanking()) in isConversation()