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
90 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()
/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.java100 mEntryManager.addNotificationEntryListener(mNotificationEntryListener); in bind()
191 private final NotificationEntryListener mNotificationEntryListener = field in NotificationGroupAlertTransferHelper