Searched refs:mNotificationEntryListener (Results 1 – 3 of 3) sorted by relevance
66 private NotificationEntryListener mNotificationEntryListener; field in NotificationGroupAlertTransferHelperTest90 mNotificationEntryListener = mListenerCaptor.getValue(); in setup()125 mNotificationEntryListener.onPendingEntryAdded(childEntry2); in testSuppressedSummaryHeadsUpTransfersToChildButBackAgain()152 mNotificationEntryListener.onPendingEntryAdded(childEntry2); in testSuppressedSummaryHeadsUpDoesntTransferBackOnDozingChanged()190 mNotificationEntryListener.onEntryReinflated(childEntry); in testSuppressedSummaryHeadsUpTransferAlertsChildOnInflation()214 mNotificationEntryListener.onPendingEntryAdded(childEntry2); in testSuppressedSummaryHeadsUpTransferBackAbortsChildInflation()220 mNotificationEntryListener.onEntryReinflated(childEntry); in testSuppressedSummaryHeadsUpTransferBackAbortsChildInflation()240 mNotificationEntryListener.onEntryRemoved(childEntry, null, false); in testCleanUpPendingAlertInfo()
85 private NotificationEntryListener mNotificationEntryListener; field in NotificationLoggerTest107 mNotificationEntryListener = mEntryListenerCaptor.getValue(); in setUp()
100 mEntryManager.addNotificationEntryListener(mNotificationEntryListener); in bind()191 private final NotificationEntryListener mNotificationEntryListener = field in NotificationGroupAlertTransferHelper