Home
last modified time | relevance | path

Searched refs:onPendingEntryAdded (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DBubbleControllerTest.java237 mEntryListener.onPendingEntryAdded(mRow.getEntry()); in testRemoveBubble_withDismissedNotif()
278 mEntryListener.onPendingEntryAdded(mRow.getEntry()); in testExpandCollapseStack()
306 mEntryListener.onPendingEntryAdded(mRow.getEntry()); in testCollapseAfterChangingExpandedBubble()
307 mEntryListener.onPendingEntryAdded(mRow2.getEntry()); in testCollapseAfterChangingExpandedBubble()
346 mEntryListener.onPendingEntryAdded(mRow.getEntry()); in testExpansionRemovesShowInShadeAndDot()
368 mEntryListener.onPendingEntryAdded(mRow.getEntry()); in testUpdateWhileExpanded_DoesntChangeShowInShadeAndDot()
400 mEntryListener.onPendingEntryAdded(mRow.getEntry()); in testRemoveLastExpandedCollapses()
401 mEntryListener.onPendingEntryAdded(mRow2.getEntry()); in testRemoveLastExpandedCollapses()
443 mEntryListener.onPendingEntryAdded(mRow.getEntry()); in testAutoExpand_FailsNotForeground()
461 mEntryListener.onPendingEntryAdded(mRow.getEntry()); in testAutoExpand_SucceedsForeground()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNotificationGroupAlertTransferHelperTest.java122 mNotificationEntryListener.onPendingEntryAdded(childEntry2); in testSuppressedSummaryHeadsUpTransfersToChildButBackAgain()
149 mNotificationEntryListener.onPendingEntryAdded(childEntry2); in testSuppressedSummaryHeadsUpDoesntTransferBackOnDozingChanged()
211 mNotificationEntryListener.onPendingEntryAdded(childEntry2); in testSuppressedSummaryHeadsUpTransferBackAbortsChildInflation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationEntryListener.java37 default void onPendingEntryAdded(NotificationEntry entry) { in onPendingEntryAdded() method
DNotificationEntryManager.java404 listener.onPendingEntryAdded(entry); in addNotificationInternal()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DForegroundServiceNotificationListener.java52 public void onPendingEntryAdded(NotificationEntry entry) { in ForegroundServiceNotificationListener()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationGroupAlertTransferHelper.java186 public void onPendingEntryAdded(NotificationEntry entry) {
DStatusBarNotificationActivityStarter.java160 public void onPendingEntryAdded(NotificationEntry entry) { in StatusBarNotificationActivityStarter()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
DForegroundServiceControllerTest.java402 mEntryListener.onPendingEntryAdded(entry); in entryAdded()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleController.java641 public void onPendingEntryAdded(NotificationEntry entry) {