Searched refs:mNotificationEntryListener (Results 1 – 3 of 3) sorted by relevance
66 private NotificationEntryListener mNotificationEntryListener; field in NotificationGroupAlertTransferHelperTest88 mNotificationEntryListener = mListenerCaptor.getValue(); in setup()122 mNotificationEntryListener.onPendingEntryAdded(childEntry2); in testSuppressedSummaryHeadsUpTransfersToChildButBackAgain()149 mNotificationEntryListener.onPendingEntryAdded(childEntry2); in testSuppressedSummaryHeadsUpDoesntTransferBackOnDozingChanged()187 mNotificationEntryListener.onEntryReinflated(childEntry); in testSuppressedSummaryHeadsUpTransferAlertsChildOnInflation()211 mNotificationEntryListener.onPendingEntryAdded(childEntry2); in testSuppressedSummaryHeadsUpTransferBackAbortsChildInflation()217 mNotificationEntryListener.onEntryReinflated(childEntry); in testSuppressedSummaryHeadsUpTransferBackAbortsChildInflation()237 mNotificationEntryListener.onEntryRemoved(childEntry, null, false); in testCleanUpPendingAlertInfo()
85 private NotificationEntryListener mNotificationEntryListener; field in NotificationLoggerTest107 mNotificationEntryListener = mEntryListenerCaptor.getValue(); in setUp()
96 mEntryManager.addNotificationEntryListener(mNotificationEntryListener); in bind()181 private final NotificationEntryListener mNotificationEntryListener = field in NotificationGroupAlertTransferHelper