Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNotificationGroupAlertTransferHelperTest.java66 private NotificationEntryListener mNotificationEntryListener; field in NotificationGroupAlertTransferHelperTest
88 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()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
DNotificationLoggerTest.java85 private NotificationEntryListener mNotificationEntryListener; field in NotificationLoggerTest
107 mNotificationEntryListener = mEntryListenerCaptor.getValue(); in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationGroupAlertTransferHelper.java96 mEntryManager.addNotificationEntryListener(mNotificationEntryListener); in bind()
181 private final NotificationEntryListener mNotificationEntryListener = field in NotificationGroupAlertTransferHelper