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/notification/collection/
DNotificationEntry.java524 public boolean hasJustSentRemoteInput() { in hasJustSentRemoteInput() method in NotificationEntry
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java572 return isSpinning(entry.getKey()) || entry.hasJustSentRemoteInput(); in shouldKeepForRemoteInputHistory()