Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DConversationCoordinatorTest.kt78 private lateinit var peopleNotificationIdentifier: PeopleNotificationIdentifier variable in com.android.systemui.statusbar.notification.collection.coordinator.ConversationCoordinatorTest
90 peopleNotificationIdentifier = in setUp()
94 peopleNotificationIdentifier, in setUp()
96 HighPriorityProvider(peopleNotificationIdentifier, GroupMembershipManagerImpl()), in setUp()
280 assertEquals(type, peopleNotificationIdentifier.getPeopleNotificationType(entry))
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/people/
DPeopleHubModule.kt25 abstract fun peopleNotificationIdentifier( method in com.android.systemui.statusbar.notification.people.PeopleHubModule
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/provider/
DHighPriorityProvider.java48 PeopleNotificationIdentifier peopleNotificationIdentifier, in HighPriorityProvider() argument
50 mPeopleNotificationIdentifier = peopleNotificationIdentifier; in HighPriorityProvider()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DConversationCoordinator.kt47 private val peopleNotificationIdentifier: PeopleNotificationIdentifier, in <lambda>() constant in com.android.systemui.statusbar.notification.collection.coordinator.ConversationCoordinator
141 peopleNotificationIdentifier.getPeopleNotificationType(it) in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowControllerTest.kt105 private val peopleNotificationIdentifier: PeopleNotificationIdentifier = mock() constant in com.android.systemui.statusbar.notification.row.ExpandableNotificationRowControllerTest
145 peopleNotificationIdentifier, in setUp()
DNotificationGutsManagerWithScenesTest.kt138 @Mock private lateinit var peopleNotificationIdentifier: PeopleNotificationIdentifier in <lambda>() variable in com.android.systemui.statusbar.notification.row.NotificationGutsManagerWithScenesTest
614 NotificationMenuRow(mContext, peopleNotificationIdentifier) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowController.java228 PeopleNotificationIdentifier peopleNotificationIdentifier, in ExpandableNotificationRowController()
256 mPeopleNotificationIdentifier = peopleNotificationIdentifier; in ExpandableNotificationRowController()
DNotificationMenuRow.java117 PeopleNotificationIdentifier peopleNotificationIdentifier) { in NotificationMenuRow() argument
123 mPeopleNotificationIdentifier = peopleNotificationIdentifier; in NotificationMenuRow()
DExpandableNotificationRow.java1843 PeopleNotificationIdentifier peopleNotificationIdentifier,
1858 mMenuRow = new NotificationMenuRow(mContext, peopleNotificationIdentifier);
1875 mPeopleNotificationIdentifier = peopleNotificationIdentifier;
DNotificationContentView.java211 PeopleNotificationIdentifier peopleNotificationIdentifier, in initialize() argument
216 mPeopleIdentifier = peopleNotificationIdentifier; in initialize()