HomeSort by relevance Sort by last modified time
    Searched refs:onRemoveNotification (Results 1 - 4 of 4) sorted by null

  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
NotificationRemoteInputManagerTest.java 74 assertFalse(mRemoteInputManager.onRemoveNotification(mEntry));
81 assertTrue(mRemoteInputManager.onRemoveNotification(mEntry));
NotificationEntryManagerTest.java 267 verify(mRemoteInputManager).onRemoveNotification(mEntry);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationRemoteInputManager.java 324 public boolean onRemoveNotification(NotificationData.Entry entry) {
NotificationEntryManager.java 546 if (mRemoteInputManager.onRemoveNotification(entry)) {
    [all...]

Completed in 224 milliseconds