Home
last modified time | relevance | path

Searched refs:mCommonNotifCollection (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
H A DLaunchConversationActivity.java58 private CommonNotifCollection mCommonNotifCollection; field in LaunchConversationActivity
79 mCommonNotifCollection = commonNotifCollection; in LaunchConversationActivity()
144 NotificationEntry entry = mCommonNotifCollection.getEntry(notificationKey); in onCreate()
181 if (mIStatusBarService == null || mCommonNotifCollection == null) { in clearNotificationIfPresent()
188 NotificationEntry entry = mCommonNotifCollection.getEntry(notifKey); in clearNotificationIfPresent()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
H A DBubblesManager.java105 private final CommonNotifCollection mCommonNotifCollection; field in BubblesManager
190 mCommonNotifCollection = notifCollection; in BubblesManager()
260 final NotificationEntry entry = mCommonNotifCollection.getEntry(key); in BubblesManager()
271 mCommonNotifCollection.getAllNotifs(); in BubblesManager()
287 final NotificationEntry entry = mCommonNotifCollection.getEntry(key); in BubblesManager()
305 final NotificationEntry entry = mCommonNotifCollection.getEntry(key); in BubblesManager()
327 final NotificationEntry entry = mCommonNotifCollection.getEntry(key); in BubblesManager()
359 final NotificationEntry entry = mCommonNotifCollection.getEntry(key); in BubblesManager()
437 final NotificationEntry entry = mCommonNotifCollection.getEntry(key); in onRankingUpdate()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
H A DBubblesTest.java181 private CommonNotifCollection mCommonNotifCollection; field in BubblesTest
429 mCommonNotifCollection, in setUp()
555 when(mCommonNotifCollection.getEntry(mRow.getKey())).thenReturn(mRow); in testRemoveBubble_withDismissedNotif_notInOverflow()
1036 when(mCommonNotifCollection.getEntry(groupedBubble.getEntry().getKey())) in testBubbleSummaryDismissal_suppressesSummaryAndBubbleFromShade()
1060 when(mCommonNotifCollection.getEntry(groupedBubble.getEntry().getKey())) in testAppRemovesSummary_removesAllBubbleChildren()
1084 when(mCommonNotifCollection.getEntry(groupedBubble.getEntry().getKey())) in testSummaryDismissalMarksBubblesHiddenFromShadeAndDismissesNonBubbledChildren()
1179 when(mCommonNotifCollection.getAllNotifs()).thenReturn(Arrays.asList(mRow, mRow2)); in testOnUserChanged_bubblesRestored()
1196 when(mCommonNotifCollection.getEntry(mRow.getKey())).thenReturn(mRow); in testOverflowLoadedOnce()
1197 when(mCommonNotifCollection.getEntry(mRow2.getKey())).thenReturn(mRow2); in testOverflowLoadedOnce()