Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationMenuRowTest.java59 private PeopleNotificationIdentifier mPeopleNotificationIdentifier; field in NotificationMenuRowTest
66 mPeopleNotificationIdentifier = mock(PeopleNotificationIdentifier.class); in setup()
74 new NotificationMenuRow(mContext, mPeopleNotificationIdentifier); in testAttachDetach()
85 new NotificationMenuRow(mContext, mPeopleNotificationIdentifier); in testRecreateMenu()
95 new NotificationMenuRow(mContext, mPeopleNotificationIdentifier); in testResetUncreatedMenu()
105 NotificationMenuRow row = new NotificationMenuRow(mContext, mPeopleNotificationIdentifier); in testNoAppOpsInSlowSwipe()
118 NotificationMenuRow row = new NotificationMenuRow(mContext, mPeopleNotificationIdentifier); in testNoSnoozeInSlowSwipe()
131 NotificationMenuRow row = new NotificationMenuRow(mContext, mPeopleNotificationIdentifier); in testSnoozeInSlowSwipe()
144 NotificationMenuRow row = new NotificationMenuRow(mContext, mPeopleNotificationIdentifier); in testSlowSwipe_newDismiss()
155 new NotificationMenuRow(mContext, mPeopleNotificationIdentifier)); in testIsSnappedAndOnSameSide()
[all …]
DNotificationContentViewTest.kt69 @Mock private lateinit var mPeopleNotificationIdentifier: PeopleNotificationIdentifier in <lambda>() variable in com.android.systemui.statusbar.notification.row.NotificationContentViewTest
604 whenever(mPeopleNotificationIdentifier.getPeopleNotificationType(this)) in <lambda>()
645 initialize(mPeopleNotificationIdentifier, mock(), mock(), mock(), mock()) in <lambda>()
DNotificationTestHelper.java145 private final PeopleNotificationIdentifier mPeopleNotificationIdentifier; field in NotificationTestHelper
251 mPeopleNotificationIdentifier = mock(PeopleNotificationIdentifier.class); in NotificationTestHelper()
661 mPeopleNotificationIdentifier, in generateRow()
DNotificationGutsManagerTest.java149 @Mock private PeopleNotificationIdentifier mPeopleNotificationIdentifier; field in NotificationGutsManagerTest
577 new NotificationMenuRow(mContext, mPeopleNotificationIdentifier); in createTestMenuItem()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DHighPriorityProviderTest.java56 @Mock private PeopleNotificationIdentifier mPeopleNotificationIdentifier; field in HighPriorityProviderTest
64 mPeopleNotificationIdentifier, in setup()
74 when(mPeopleNotificationIdentifier in highImportance()
91 when(mPeopleNotificationIdentifier in peopleNotification()
109 when(mPeopleNotificationIdentifier in highImportanceConversation()
126 when(mPeopleNotificationIdentifier in lowImportanceConversation()
140 when(mPeopleNotificationIdentifier in highImportanceConversationWhenAnyOfChildIsHighPriority()
162 when(mPeopleNotificationIdentifier in messagingStyle()
181 when(mPeopleNotificationIdentifier in lowImportanceForeground()
204 when(mPeopleNotificationIdentifier in userChangeTrumpsHighPriorityCharacteristics()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/provider/
DHighPriorityProvider.java43 private final PeopleNotificationIdentifier mPeopleNotificationIdentifier; field in HighPriorityProvider
50 mPeopleNotificationIdentifier = peopleNotificationIdentifier; in HighPriorityProvider()
161 return mPeopleNotificationIdentifier.getPeopleNotificationType(entry) in isPeopleNotification()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowController.java108 private final PeopleNotificationIdentifier mPeopleNotificationIdentifier; field in ExpandableNotificationRowController
256 mPeopleNotificationIdentifier = peopleNotificationIdentifier; in ExpandableNotificationRowController()
290 mPeopleNotificationIdentifier, in init()
DNotificationMenuRow.java114 private final PeopleNotificationIdentifier mPeopleNotificationIdentifier; field in NotificationMenuRow
123 mPeopleNotificationIdentifier = peopleNotificationIdentifier; in NotificationMenuRow()
263 int personNotifType = mPeopleNotificationIdentifier.getPeopleNotificationType(entry); in createMenuViews()
DExpandableNotificationRow.java176 private PeopleNotificationIdentifier mPeopleNotificationIdentifier; field in ExpandableNotificationRow
574 return mPeopleNotificationIdentifier.getPeopleNotificationType(mEntry) in isConversation()
1324 mMenuRow = new NotificationMenuRow(mContext, mPeopleNotificationIdentifier);
1875 mPeopleNotificationIdentifier = peopleNotificationIdentifier;
1878 mPeopleNotificationIdentifier,