Home
last modified time | relevance | path

Searched refs:onPerformRemoveNotification (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java296 onPerformRemoveNotification(entry, entry.key); in NotificationRemoteInputManager()
476 void onPerformRemoveNotification(NotificationEntry entry, final String key) { in onPerformRemoveNotification() method in NotificationRemoteInputManager
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationRemoteInputManagerTest.java98 mRemoteInputManager.onPerformRemoveNotification(mEntry, mSbn.getKey()); in testPerformOnRemoveNotification()