Searched refs:onRemoveNotification (Results 1 – 4 of 4) sorted by relevance
74 assertFalse(mRemoteInputManager.onRemoveNotification(mEntry)); in testOnRemoveNotificationNotKept()81 assertTrue(mRemoteInputManager.onRemoveNotification(mEntry)); in testOnRemoveNotificationKept()
267 verify(mRemoteInputManager).onRemoveNotification(mEntry); in testRemoveNotification()
324 public boolean onRemoveNotification(NotificationData.Entry entry) { in onRemoveNotification() method in NotificationRemoteInputManager
546 if (mRemoteInputManager.onRemoveNotification(entry)) { in removeNotification()