/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
D | ConversationCoordinatorTest.kt | 52 @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/ |
D | ConversationCoordinator.kt | 38 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/ |
D | HighPriorityProvider.java | 45 PeopleNotificationIdentifier peopleNotificationIdentifier, in HighPriorityProvider() argument 47 mPeopleNotificationIdentifier = peopleNotificationIdentifier; in HighPriorityProvider()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ |
D | NotificationRankingManager.kt | 63 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/ |
D | PeopleHubModule.kt | 44 abstract fun peopleNotificationIdentifier( method in com.android.systemui.statusbar.notification.people.PeopleHubModule
|
D | PeopleHubNotificationListener.kt | 102 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/ |
D | ExpandableNotificationRowController.java | 111 PeopleNotificationIdentifier peopleNotificationIdentifier, in ExpandableNotificationRowController() argument 135 mPeopleNotificationIdentifier = peopleNotificationIdentifier; in ExpandableNotificationRowController()
|
D | NotificationMenuRow.java | 122 PeopleNotificationIdentifier peopleNotificationIdentifier) { in NotificationMenuRow() argument 128 mPeopleNotificationIdentifier = peopleNotificationIdentifier; in NotificationMenuRow()
|
D | ExpandableNotificationRow.java | 1554 PeopleNotificationIdentifier peopleNotificationIdentifier, 1561 mMenuRow = new NotificationMenuRow(mContext, peopleNotificationIdentifier); 1581 mPeopleNotificationIdentifier = peopleNotificationIdentifier;
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/ |
D | NotificationRankingManagerTest.kt | 491 peopleNotificationIdentifier: PeopleNotificationIdentifier, in <lambda>() 501 peopleNotificationIdentifier, in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/legacy/ |
D | NotificationGroupManagerLegacy.java | 89 Lazy<PeopleNotificationIdentifier> peopleNotificationIdentifier, in NotificationGroupManagerLegacy() argument 92 mPeopleNotificationIdentifier = peopleNotificationIdentifier; in NotificationGroupManagerLegacy()
|