Searched refs:mCommonNotifCollection (Results 1 – 3 of 3) sorted by relevance
58 private CommonNotifCollection mCommonNotifCollection; field in LaunchConversationActivity79 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()
105 private final CommonNotifCollection mCommonNotifCollection; field in BubblesManager190 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()
181 private CommonNotifCollection mCommonNotifCollection; field in BubblesTest429 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()