Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationRemoteInputManager.java154 if (started) releaseNotificationIfKeptForRemoteInputHistory(entry);
629 private void releaseNotificationIfKeptForRemoteInputHistory(NotificationEntry entry) { in releaseNotificationIfKeptForRemoteInputHistory() method in NotificationRemoteInputManager
634 mRemoteInputListener.releaseNotificationIfKeptForRemoteInputHistory(entry); in releaseNotificationIfKeptForRemoteInputHistory()
798 void releaseNotificationIfKeptForRemoteInputHistory(@NonNull NotificationEntry entry); in releaseNotificationIfKeptForRemoteInputHistory() method
893 public void releaseNotificationIfKeptForRemoteInputHistory( in releaseNotificationIfKeptForRemoteInputHistory() method in NotificationRemoteInputManager.LegacyRemoteInputLifetimeExtender
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DRemoteInputCoordinator.kt167 override fun releaseNotificationIfKeptForRemoteInputHistory(entry: NotificationEntry) {