Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationRemoteInputManager.java151 if (started) releaseNotificationIfKeptForRemoteInputHistory(entry);
572 private void releaseNotificationIfKeptForRemoteInputHistory(NotificationEntry entry) { in releaseNotificationIfKeptForRemoteInputHistory() method in NotificationRemoteInputManager
577 mRemoteInputListener.releaseNotificationIfKeptForRemoteInputHistory(entry); in releaseNotificationIfKeptForRemoteInputHistory()
756 void releaseNotificationIfKeptForRemoteInputHistory(@NonNull NotificationEntry entry); in releaseNotificationIfKeptForRemoteInputHistory() method
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DRemoteInputCoordinator.kt166 override fun releaseNotificationIfKeptForRemoteInputHistory(entry: NotificationEntry) {