HomeSort by relevance Sort by last modified time
    Searched defs:onRemoveNotification (Results 1 - 2 of 2) 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));
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationRemoteInputManager.java 324 public boolean onRemoveNotification(NotificationData.Entry entry) {

Completed in 812 milliseconds