Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/collection/
DHighPriorityProviderTest.java83 .getPeopleNotificationType(entry)) in highImportance()
100 .getPeopleNotificationType(entry)) in peopleNotification()
118 .getPeopleNotificationType(entry)) in highImportanceConversation()
135 .getPeopleNotificationType(entry)) in lowImportanceConversation()
149 .getPeopleNotificationType(summary)) in highImportanceConversationWhenAnyOfChildIsHighPriority()
171 .getPeopleNotificationType(entry)) in messagingStyle()
190 .getPeopleNotificationType(entry)) in lowImportanceForeground()
213 .getPeopleNotificationType(entry)) in userChangeTrumpsHighPriorityCharacteristics()
DBundleEntryAdapterTest.kt153 fun getPeopleNotificationType() { in getPeopleNotificationType() method in com.android.systemui.statusbar.notification.collection.BundleEntryAdapterTest
154 assertThat(underTest.getPeopleNotificationType()).isEqualTo(TYPE_NON_PERSON) in getPeopleNotificationType()
DNotificationEntryAdapterTest.kt459 fun getPeopleNotificationType() { in getPeopleNotificationType() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/people/
DPeopleNotificationIdentifier.kt46 fun getPeopleNotificationType(entry: NotificationEntry): Int in getPeopleNotificationType() method
74 override fun getPeopleNotificationType(entry: NotificationEntry): Int = in getPeopleNotificationType() method in com.android.systemui.statusbar.notification.people.PeopleNotificationIdentifierImpl
135 ?.map { getPeopleNotificationType(it) } in getPeopleTypeForChildList()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntryAdapter.kt185 override fun getPeopleNotificationType(): Int { in getPeopleNotificationType() method in com.android.systemui.statusbar.notification.collection.NotificationEntryAdapter
186 return peopleNotificationIdentifier.getPeopleNotificationType(entry) in getPeopleNotificationType()
DEntryAdapter.java177 @PeopleNotificationIdentifier.Companion.PeopleNotificationType int getPeopleNotificationType(); in getPeopleNotificationType() method
DBundleEntryAdapter.kt163 override fun getPeopleNotificationType(): Int { in getPeopleNotificationType() method in com.android.systemui.statusbar.notification.collection.BundleEntryAdapter
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/people/
DPeopleNotificationIdentifierTest.kt150 assertThat(underTest.getPeopleNotificationType(summary1)).isEqualTo(TYPE_IMPORTANT_PERSON) in getPeopleNotificationType_entryIsImportant()
159 assertThat(entries.get(0).summary?.let { underTest.getPeopleNotificationType(it) }) in getPeopleNotificationType_importantChild()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/provider/
DHighPriorityProvider.java184 return mPeopleNotificationIdentifier.getPeopleNotificationType(entry) in isPeopleNotification()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DConversationCoordinator.kt152 peopleNotificationIdentifier.getPeopleNotificationType(it) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationMenuRow.java266 ? mParent.getEntryAdapter().getPeopleNotificationType() in createMenuViews()
267 : mPeopleNotificationIdentifier.getPeopleNotificationType(mParent.getEntryLegacy()); in createMenuViews()
DNotificationContentView.java1656 ? mContainingNotification.getEntryAdapter().getPeopleNotificationType()
1657 : mPeopleIdentifier.getPeopleNotificationType(entry);
DExpandableNotificationRow.java677 return getEntryAdapter().getPeopleNotificationType() in isConversation()
680 return mPeopleNotificationIdentifier.getPeopleNotificationType(getEntryLegacy()) in isConversation()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DConversationCoordinatorTest.kt310 assertEquals(type, peopleNotificationIdentifier.getPeopleNotificationType(entry))
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationContentViewTest.kt628 whenever(kosmos.peopleNotificationIdentifier.getPeopleNotificationType(this)) in <lambda>()