/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/collection/ |
D | HighPriorityProviderTest.java | 83 .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()
|
D | BundleEntryAdapterTest.kt | 153 fun getPeopleNotificationType() { in getPeopleNotificationType() method in com.android.systemui.statusbar.notification.collection.BundleEntryAdapterTest 154 assertThat(underTest.getPeopleNotificationType()).isEqualTo(TYPE_NON_PERSON) in getPeopleNotificationType()
|
D | NotificationEntryAdapterTest.kt | 459 fun getPeopleNotificationType() { in getPeopleNotificationType() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/people/ |
D | PeopleNotificationIdentifier.kt | 46 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/ |
D | NotificationEntryAdapter.kt | 185 override fun getPeopleNotificationType(): Int { in getPeopleNotificationType() method in com.android.systemui.statusbar.notification.collection.NotificationEntryAdapter 186 return peopleNotificationIdentifier.getPeopleNotificationType(entry) in getPeopleNotificationType()
|
D | EntryAdapter.java | 177 @PeopleNotificationIdentifier.Companion.PeopleNotificationType int getPeopleNotificationType(); in getPeopleNotificationType() method
|
D | BundleEntryAdapter.kt | 163 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/ |
D | PeopleNotificationIdentifierTest.kt | 150 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/ |
D | HighPriorityProvider.java | 184 return mPeopleNotificationIdentifier.getPeopleNotificationType(entry) in isPeopleNotification()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
D | ConversationCoordinator.kt | 152 peopleNotificationIdentifier.getPeopleNotificationType(it) in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationMenuRow.java | 266 ? mParent.getEntryAdapter().getPeopleNotificationType() in createMenuViews() 267 : mPeopleNotificationIdentifier.getPeopleNotificationType(mParent.getEntryLegacy()); in createMenuViews()
|
D | NotificationContentView.java | 1656 ? mContainingNotification.getEntryAdapter().getPeopleNotificationType() 1657 : mPeopleIdentifier.getPeopleNotificationType(entry);
|
D | ExpandableNotificationRow.java | 677 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/ |
D | ConversationCoordinatorTest.kt | 310 assertEquals(type, peopleNotificationIdentifier.getPeopleNotificationType(entry))
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationContentViewTest.kt | 628 whenever(kosmos.peopleNotificationIdentifier.getPeopleNotificationType(this)) in <lambda>()
|