Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotificationEntry.java469 public boolean hasJustSentRemoteInput() { in hasJustSentRemoteInput() method in NotificationEntry
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationRemoteInputManager.java620 return isSpinning(entry.getKey()) || entry.hasJustSentRemoteInput(); in shouldKeepForRemoteInputHistory()