Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DConversationCoordinatorTest.kt52 @Mock private lateinit var peopleNotificationIdentifier: PeopleNotificationIdentifier variable in com.android.systemui.statusbar.notification.collection.coordinator.ConversationCoordinatorTest
62 coordinator = ConversationCoordinator(peopleNotificationIdentifier, headerController) in setUp()
86 whenever(peopleNotificationIdentifier.getPeopleNotificationType(entry)) in testInPeopleSection()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DConversationCoordinator.kt38 private val peopleNotificationIdentifier: PeopleNotificationIdentifier, constant in com.android.systemui.statusbar.notification.collection.coordinator.ConversationCoordinator
59 peopleNotificationIdentifier.getPeopleNotificationType(entry) != TYPE_NON_PERSON in isConversation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/provider/
DHighPriorityProvider.java45 PeopleNotificationIdentifier peopleNotificationIdentifier, in HighPriorityProvider() argument
47 mPeopleNotificationIdentifier = peopleNotificationIdentifier; in HighPriorityProvider()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationRankingManager.kt63 private val peopleNotificationIdentifier: PeopleNotificationIdentifier, in <lambda>() constant in com.android.systemui.statusbar.notification.collection.NotificationRankingManager
108 peopleNotificationIdentifier.compareTo(aPersonType, bPersonType) in <lambda>()
209 peopleNotificationIdentifier.getPeopleNotificationType(this) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/people/
DPeopleHubModule.kt44 abstract fun peopleNotificationIdentifier( method in com.android.systemui.statusbar.notification.people.PeopleHubModule
DPeopleHubNotificationListener.kt102 private val peopleNotificationIdentifier: PeopleNotificationIdentifier in extractPersonKey() constant
217 val type = peopleNotificationIdentifier.getPeopleNotificationType(this) in extractPersonKey()
252 val type = peopleNotificationIdentifier.getPeopleNotificationType(this) in extractPersonKey()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowController.java111 PeopleNotificationIdentifier peopleNotificationIdentifier, in ExpandableNotificationRowController() argument
135 mPeopleNotificationIdentifier = peopleNotificationIdentifier; in ExpandableNotificationRowController()
DNotificationMenuRow.java122 PeopleNotificationIdentifier peopleNotificationIdentifier) { in NotificationMenuRow() argument
128 mPeopleNotificationIdentifier = peopleNotificationIdentifier; in NotificationMenuRow()
DExpandableNotificationRow.java1554 PeopleNotificationIdentifier peopleNotificationIdentifier,
1561 mMenuRow = new NotificationMenuRow(mContext, peopleNotificationIdentifier);
1581 mPeopleNotificationIdentifier = peopleNotificationIdentifier;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotificationRankingManagerTest.kt491 peopleNotificationIdentifier: PeopleNotificationIdentifier, in <lambda>()
501 peopleNotificationIdentifier, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/legacy/
DNotificationGroupManagerLegacy.java89 Lazy<PeopleNotificationIdentifier> peopleNotificationIdentifier, in NotificationGroupManagerLegacy() argument
92 mPeopleNotificationIdentifier = peopleNotificationIdentifier; in NotificationGroupManagerLegacy()