Home
last modified time | relevance | path

Searched refs:peopleNotificationIdentifier (Results 1 – 11 of 11) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DConversationCoordinatorTest.kt52 @Mock private lateinit var peopleNotificationIdentifier: PeopleNotificationIdentifier
62 coordinator = ConversationCoordinator(peopleNotificationIdentifier, headerController)
86 whenever(peopleNotificationIdentifier.getPeopleNotificationType(entry))
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DConversationCoordinator.kt39 private val peopleNotificationIdentifier: PeopleNotificationIdentifier,
62 peopleNotificationIdentifier.getPeopleNotificationType(entry) != TYPE_NON_PERSON
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/provider/
H A DHighPriorityProvider.java45 PeopleNotificationIdentifier peopleNotificationIdentifier, in HighPriorityProvider() argument
47 mPeopleNotificationIdentifier = peopleNotificationIdentifier; in HighPriorityProvider()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotificationRankingManager.kt63 private val peopleNotificationIdentifier: PeopleNotificationIdentifier,
108 peopleNotificationIdentifier.compareTo(aPersonType, bPersonType)
209 peopleNotificationIdentifier.getPeopleNotificationType(this)
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/people/
H A DPeopleHubNotificationListener.kt102 private val peopleNotificationIdentifier: PeopleNotificationIdentifier
217 val type = peopleNotificationIdentifier.getPeopleNotificationType(this)
252 val type = peopleNotificationIdentifier.getPeopleNotificationType(this)
H A DPeopleHubModule.kt44 abstract fun peopleNotificationIdentifier( regex
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowController.java114 PeopleNotificationIdentifier peopleNotificationIdentifier, in ExpandableNotificationRowController() argument
139 mPeopleNotificationIdentifier = peopleNotificationIdentifier; in ExpandableNotificationRowController()
H A DNotificationMenuRow.java124 PeopleNotificationIdentifier peopleNotificationIdentifier) { in NotificationMenuRow() argument
130 mPeopleNotificationIdentifier = peopleNotificationIdentifier; in NotificationMenuRow()
H A DExpandableNotificationRow.java1568 PeopleNotificationIdentifier peopleNotificationIdentifier,
1575 mMenuRow = new NotificationMenuRow(mContext, peopleNotificationIdentifier);
1595 mPeopleNotificationIdentifier = peopleNotificationIdentifier;
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DNotificationRankingManagerTest.kt491 peopleNotificationIdentifier: PeopleNotificationIdentifier,
501 peopleNotificationIdentifier,
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/legacy/
H A DNotificationGroupManagerLegacy.java94 Lazy<PeopleNotificationIdentifier> peopleNotificationIdentifier, in NotificationGroupManagerLegacy() argument
98 mPeopleNotificationIdentifier = peopleNotificationIdentifier; in NotificationGroupManagerLegacy()