Home
last modified time | relevance | path

Searched refs:closeRemoteInput (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotificationEntry.java700 public void closeRemoteInput() { in closeRemoteInput() method in NotificationEntry
701 if (row != null) row.closeRemoteInput(); in closeRemoteInput()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DRemoteInputController.java275 entry.closeRemoteInput(); in closeRemoteInputs()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationGutsManager.java662 row.closeRemoteInput(); in openGutsInternal()
H A DExpandableNotificationRow.java1291 public void closeRemoteInput() {
1293 l.closeRemoteInput();
H A DNotificationContentView.java1541 public void closeRemoteInput() { in closeRemoteInput() method in NotificationContentView