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.java312 onPerformRemoveNotification(entry, entry.getKey()); in NotificationRemoteInputManager()
513 void onPerformRemoveNotification(NotificationEntry entry, final String key) { in onPerformRemoveNotification() method in NotificationRemoteInputManager
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationRemoteInputManagerTest.java109 mRemoteInputManager.onPerformRemoveNotification(mEntry, mEntry.getKey()); in testPerformOnRemoveNotification()