Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationMenuRowTest.java60 private PeopleNotificationIdentifier mPeopleNotificationIdentifier; field in NotificationMenuRowTest
67 mPeopleNotificationIdentifier = mock(PeopleNotificationIdentifier.class); in setup()
75 new NotificationMenuRow(mContext, mPeopleNotificationIdentifier); in testAttachDetach()
86 new NotificationMenuRow(mContext, mPeopleNotificationIdentifier); in testRecreateMenu()
96 new NotificationMenuRow(mContext, mPeopleNotificationIdentifier); in testResetUncreatedMenu()
156 new NotificationMenuRow(mContext, mPeopleNotificationIdentifier)); in testIsSnappedAndOnSameSide()
189 new NotificationMenuRow(mContext, mPeopleNotificationIdentifier)); in testGetMenuSnapTarget()
204 new NotificationMenuRow(mContext, mPeopleNotificationIdentifier)); in testIsSwipedEnoughToShowMenu()
231 new NotificationMenuRow(mContext, mPeopleNotificationIdentifier)); in testIsWithinSnapMenuThreshold()
265 new NotificationMenuRow(mContext, mPeopleNotificationIdentifier)); in testShouldSnapBack()
[all …]
H A DNotificationTestHelper.java114 private final PeopleNotificationIdentifier mPeopleNotificationIdentifier; field in NotificationTestHelper
165 mPeopleNotificationIdentifier = mock(PeopleNotificationIdentifier.class); in NotificationTestHelper()
490 mPeopleNotificationIdentifier, in generateRow()
H A DNotificationEntryManagerInflationTest.java149 @Mock private PeopleNotificationIdentifier mPeopleNotificationIdentifier; field in NotificationEntryManagerInflationTest
272 mPeopleNotificationIdentifier, in setUp()
H A DNotificationGutsManagerTest.java135 @Mock private PeopleNotificationIdentifier mPeopleNotificationIdentifier; field in NotificationGutsManagerTest
504 new NotificationMenuRow(mContext, mPeopleNotificationIdentifier); in createTestMenuItem()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DHighPriorityProviderTest.java56 @Mock private PeopleNotificationIdentifier mPeopleNotificationIdentifier; field in HighPriorityProviderTest
64 mPeopleNotificationIdentifier, in setup()
74 when(mPeopleNotificationIdentifier in highImportance()
91 when(mPeopleNotificationIdentifier in peopleNotification()
108 when(mPeopleNotificationIdentifier in messagingStyle()
126 when(mPeopleNotificationIdentifier in lowImportanceForeground()
149 when(mPeopleNotificationIdentifier in userChangeTrumpsHighPriorityCharacteristics()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/provider/
H A DHighPriorityProvider.java40 private final PeopleNotificationIdentifier mPeopleNotificationIdentifier; field in HighPriorityProvider
47 mPeopleNotificationIdentifier = peopleNotificationIdentifier; in HighPriorityProvider()
112 return mPeopleNotificationIdentifier.getPeopleNotificationType(entry) in isPeopleNotification()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DNotificationGroupManagerLegacyTest.java67 @Mock PeopleNotificationIdentifier mPeopleNotificationIdentifier; field in NotificationGroupManagerLegacyTest
79 () -> mPeopleNotificationIdentifier, in initializeGroupManager()
245 when(mPeopleNotificationIdentifier.getPeopleNotificationType(eq(priorityEntry))) in helpTestAlertOverride()
H A DNotificationGroupAlertTransferHelperTest.java78 @Mock PeopleNotificationIdentifier mPeopleNotificationIdentifier; field in NotificationGroupAlertTransferHelperTest
96 () -> mPeopleNotificationIdentifier, in setup()
127 when(mPeopleNotificationIdentifier.getPeopleNotificationType(eq(priorityEntry))) in mockIsPriority()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowController.java86 private final PeopleNotificationIdentifier mPeopleNotificationIdentifier; field in ExpandableNotificationRowController
139 mPeopleNotificationIdentifier = peopleNotificationIdentifier; in ExpandableNotificationRowController()
165 mPeopleNotificationIdentifier, in init()
H A DNotificationMenuRow.java121 private final PeopleNotificationIdentifier mPeopleNotificationIdentifier; field in NotificationMenuRow
130 mPeopleNotificationIdentifier = peopleNotificationIdentifier; in NotificationMenuRow()
272 int personNotifType = mPeopleNotificationIdentifier.getPeopleNotificationType(entry); in createMenuViews()
H A DExpandableNotificationRow.java161 private PeopleNotificationIdentifier mPeopleNotificationIdentifier; field in ExpandableNotificationRow
553 return mPeopleNotificationIdentifier.getPeopleNotificationType(mEntry) in isConversation()
1175 mMenuRow = new NotificationMenuRow(mContext, mPeopleNotificationIdentifier);
1595 mPeopleNotificationIdentifier = peopleNotificationIdentifier;
1597 l.setPeopleNotificationIdentifier(mPeopleNotificationIdentifier);
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/legacy/
H A DNotificationGroupManagerLegacy.java83 private final Lazy<PeopleNotificationIdentifier> mPeopleNotificationIdentifier; field in NotificationGroupManagerLegacy
98 mPeopleNotificationIdentifier = peopleNotificationIdentifier; in NotificationGroupManagerLegacy()
790 mPeopleNotificationIdentifier.get().getPeopleNotificationType(entry); in isImportantConversation()