Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java488 return (mRemoteInputController.isSpinning(entry.key) || entry.hasJustSentRemoteInput()); in shouldKeepForRemoteInputHistory()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java319 public boolean hasJustSentRemoteInput() { in hasJustSentRemoteInput() method in NotificationEntry