Searched refs:getPeopleNotificationType (Results 1 – 9 of 9) sorted by relevance
75 .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()
44 fun getPeopleNotificationType(entry: NotificationEntry): Int in getPeopleNotificationType() method72 override fun getPeopleNotificationType(entry: NotificationEntry): Int = in getPeopleNotificationType() method in com.android.systemui.statusbar.notification.people.PeopleNotificationIdentifierImpl121 ?.map { getPeopleNotificationType(it) } in extractPersonTypeInfo()
161 return mPeopleNotificationIdentifier.getPeopleNotificationType(entry) in isPeopleNotification()
141 peopleNotificationIdentifier.getPeopleNotificationType(it) in <lambda>()
280 assertEquals(type, peopleNotificationIdentifier.getPeopleNotificationType(entry))
263 int personNotifType = mPeopleNotificationIdentifier.getPeopleNotificationType(entry); in createMenuViews()
1564 mPeopleIdentifier.getPeopleNotificationType(entry)
574 return mPeopleNotificationIdentifier.getPeopleNotificationType(mEntry) in isConversation()
604 whenever(mPeopleNotificationIdentifier.getPeopleNotificationType(this)) in <lambda>()