Searched refs:mCollectionListener (Results 1 – 6 of 6) sorted by relevance
164 mListenerInOrder = inOrder(mCollectionListener); in setUp()262 clearInvocations(mCollectionListener); in testEventDispatchedWhenNotifBatchPosted()334 clearInvocations(mCollectionListener); in testEventDispatchedWhenNotifRemoved()338 clearInvocations(mCollectionListener); in testEventDispatchedWhenNotifRemoved()364 clearInvocations(mCollectionListener); in testEventDispatchedWhenChannelChanged()1599 clearInvocations(mCollectionListener); in testMissingRanking()1612 verifyNoMoreInteractions(mCollectionListener); in testMissingRanking()1634 clearInvocations(mCollectionListener); in testRegisterFutureDismissal()1655 clearInvocations(mCollectionListener); in testRegisterFutureDismissalWithRetractionAndRepost()1665 clearInvocations(mCollectionListener); in testRegisterFutureDismissalWithRetractionAndRepost()[all …]
162 mCollectionListener.onEntryInit(mEntry); in setUp()193 mCollectionListener.onEntryInit(mEntry); in testInflatesNewNotification()206 mCollectionListener.onEntryInit(mEntry); in testRebindsInflatedNotificationsOnUpdate()225 mCollectionListener.onEntryInit(mEntry); in testEntrySmartReplyAdditionWillRebindViews()244 mCollectionListener.onEntryInit(mEntry); in testEntryChangedToMinimizedSectionWillRebindViews()266 mCollectionListener.onEntryInit(mEntry); in testMinimizedEntryMovedIntoGroupWillRebindViews()287 mCollectionListener.onEntryInit(mEntry); in testEntryRankChangeWillNotRebindViews()318 mCollectionListener.onEntryInit(mEntry); in testEntryCancellationWillRebindViews()342 mCollectionListener.onEntryInit(mEntry); in testDoesntFilterInflatedNotifs()605 mCollectionListener.onEntryInit(entry); in fireAddEvents()[all …]
43 collection.addCollectionListener(mCollectionListener); in NotifRemoteViewCacheImpl()95 private final NotifCollectionListener mCollectionListener = new NotifCollectionListener() { field in NotifRemoteViewCacheImpl
93 collection.addCollectionListener(mCollectionListener); in NotifBindPipeline()211 private final NotifCollectionListener mCollectionListener = new NotifCollectionListener() { field in NotifBindPipeline
88 private final NotifCollectionListener mCollectionListener = new NotifCollectionListener() { field in MediaCoordinator141 pipeline.addCollectionListener(mCollectionListener); in attach()
93 pipeline.addCollectionListener(mCollectionListener)96 val mCollectionListener = object : NotifCollectionListener { regex