Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java537 public boolean shouldKeepForRemoteInputHistory(NotificationEntry entry) { in shouldKeepForRemoteInputHistory() method in NotificationRemoteInputManager
665 return shouldKeepForRemoteInputHistory(entry); in shouldExtendLifetime()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationEntryManager.java541 mRemoteInputManagerLazy.get().shouldKeepForRemoteInputHistory(childEntry) in handleGroupSummaryRemoved()