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 D | ConversationCoordinatorTest.kt | 52 @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 D | ConversationCoordinator.kt | 39 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 D | HighPriorityProvider.java | 45 PeopleNotificationIdentifier peopleNotificationIdentifier, in HighPriorityProvider() argument 47 mPeopleNotificationIdentifier = peopleNotificationIdentifier; in HighPriorityProvider()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ |
H A D | NotificationRankingManager.kt | 63 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 D | PeopleHubNotificationListener.kt | 102 private val peopleNotificationIdentifier: PeopleNotificationIdentifier 217 val type = peopleNotificationIdentifier.getPeopleNotificationType(this) 252 val type = peopleNotificationIdentifier.getPeopleNotificationType(this)
|
H A D | PeopleHubModule.kt | 44 abstract fun peopleNotificationIdentifier( regex
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | ExpandableNotificationRowController.java | 114 PeopleNotificationIdentifier peopleNotificationIdentifier, in ExpandableNotificationRowController() argument 139 mPeopleNotificationIdentifier = peopleNotificationIdentifier; in ExpandableNotificationRowController()
|
H A D | NotificationMenuRow.java | 124 PeopleNotificationIdentifier peopleNotificationIdentifier) { in NotificationMenuRow() argument 130 mPeopleNotificationIdentifier = peopleNotificationIdentifier; in NotificationMenuRow()
|
H A D | ExpandableNotificationRow.java | 1568 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 D | NotificationRankingManagerTest.kt | 491 peopleNotificationIdentifier: PeopleNotificationIdentifier, 501 peopleNotificationIdentifier,
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/legacy/ |
H A D | NotificationGroupManagerLegacy.java | 94 Lazy<PeopleNotificationIdentifier> peopleNotificationIdentifier, in NotificationGroupManagerLegacy() argument 98 mPeopleNotificationIdentifier = peopleNotificationIdentifier; in NotificationGroupManagerLegacy()
|