Home
last modified time | relevance | path

Searched refs:onRemoveNotification (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationRemoteInputManagerTest.java74 assertFalse(mRemoteInputManager.onRemoveNotification(mEntry)); in testOnRemoveNotificationNotKept()
81 assertTrue(mRemoteInputManager.onRemoveNotification(mEntry)); in testOnRemoveNotificationKept()
DNotificationEntryManagerTest.java267 verify(mRemoteInputManager).onRemoveNotification(mEntry); in testRemoveNotification()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java324 public boolean onRemoveNotification(NotificationData.Entry entry) { in onRemoveNotification() method in NotificationRemoteInputManager
DNotificationEntryManager.java546 if (mRemoteInputManager.onRemoveNotification(entry)) { in removeNotification()