Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DConversationCoordinatorTest.kt71 @Mock private lateinit var peopleNotificationIdentifier: PeopleNotificationIdentifier
84 peopleNotificationIdentifier,
145 whenever(peopleNotificationIdentifier.getPeopleNotificationType(alertingEntry))
157 whenever(peopleNotificationIdentifier.getPeopleNotificationType(silentEntry))
174 whenever(peopleNotificationIdentifier.getPeopleNotificationType(entry))
176 whenever(peopleNotificationIdentifier.getPeopleNotificationType(importantEntry))
198 whenever(peopleNotificationIdentifier.getPeopleNotificationType(summary))
206 whenever(peopleNotificationIdentifier.getPeopleNotificationType(entryA))
208 whenever(peopleNotificationIdentifier.getPeopleNotificationType(entryB))
217 whenever(peopleNotificationIdentifier.getPeopleNotificationType(entryA))
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/provider/
H A DHighPriorityProvider.java48 PeopleNotificationIdentifier peopleNotificationIdentifier, in HighPriorityProvider() argument
50 mPeopleNotificationIdentifier = peopleNotificationIdentifier; in HighPriorityProvider()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/people/
H A DPeopleHubModule.kt25 abstract fun peopleNotificationIdentifier( regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DConversationCoordinator.kt44 private val peopleNotificationIdentifier: PeopleNotificationIdentifier,
113 peopleNotificationIdentifier.getPeopleNotificationType(it)
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowControllerTest.kt105 private val peopleNotificationIdentifier: PeopleNotificationIdentifier = mock()
145 peopleNotificationIdentifier,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowController.java227 PeopleNotificationIdentifier peopleNotificationIdentifier, in ExpandableNotificationRowController()
256 mPeopleNotificationIdentifier = peopleNotificationIdentifier; in ExpandableNotificationRowController()
H A DNotificationMenuRow.java117 PeopleNotificationIdentifier peopleNotificationIdentifier) { in NotificationMenuRow() argument
123 mPeopleNotificationIdentifier = peopleNotificationIdentifier; in NotificationMenuRow()
H A DNotificationContentView.java203 PeopleNotificationIdentifier peopleNotificationIdentifier, in initialize() argument
208 mPeopleIdentifier = peopleNotificationIdentifier; in initialize()
H A DExpandableNotificationRow.java1716 PeopleNotificationIdentifier peopleNotificationIdentifier,
1730 mMenuRow = new NotificationMenuRow(mContext, peopleNotificationIdentifier);
1748 mPeopleNotificationIdentifier = peopleNotificationIdentifier;