Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/provider/
DHighPriorityProvider.java46 PeopleNotificationIdentifier peopleNotificationIdentifier, in HighPriorityProvider() argument
48 mPeopleNotificationIdentifier = peopleNotificationIdentifier; in HighPriorityProvider()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationRankingManager.kt60 private val peopleNotificationIdentifier: PeopleNotificationIdentifier, in <lambda>() constant in com.android.systemui.statusbar.notification.collection.NotificationRankingManager
100 peopleNotificationIdentifier.compareTo(aPersonType, bPersonType) in <lambda>()
194 peopleNotificationIdentifier.getPeopleNotificationType(sbn, ranking) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/people/
DPeopleHubModule.kt44 abstract fun peopleNotificationIdentifier( method
DPeopleHubNotificationListener.kt102 private val peopleNotificationIdentifier: PeopleNotificationIdentifier in extractPersonKey() constant
217 val type = peopleNotificationIdentifier.getPeopleNotificationType(sbn, ranking) in extractPersonKey()
252 val type = peopleNotificationIdentifier.getPeopleNotificationType(sbn, ranking) in extractPersonKey()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowController.java87 PeopleNotificationIdentifier peopleNotificationIdentifier) { in ExpandableNotificationRowController() argument
107 mPeopleNotificationIdentifier = peopleNotificationIdentifier; in ExpandableNotificationRowController()
DNotificationMenuRow.java121 PeopleNotificationIdentifier peopleNotificationIdentifier) { in NotificationMenuRow() argument
127 mPeopleNotificationIdentifier = peopleNotificationIdentifier; in NotificationMenuRow()
DExpandableNotificationRow.java1615 PeopleNotificationIdentifier peopleNotificationIdentifier) {
1618 mMenuRow = new NotificationMenuRow(mContext, peopleNotificationIdentifier);
1635 mPeopleNotificationIdentifier = peopleNotificationIdentifier;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotificationRankingManagerTest.kt418 peopleNotificationIdentifier: PeopleNotificationIdentifier, in <lambda>()
427 peopleNotificationIdentifier, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationGroupManager.java66 Lazy<PeopleNotificationIdentifier> peopleNotificationIdentifier) { in NotificationGroupManager() argument
68 mPeopleNotificationIdentifier = peopleNotificationIdentifier; in NotificationGroupManager()