Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java710 public void closeRemoteInput() { in closeRemoteInput() method in NotificationEntry
711 if (row != null) row.closeRemoteInput(); in closeRemoteInput()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DRemoteInputController.java269 entry.closeRemoteInput(); in closeRemoteInputs()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationGutsManager.java641 row.closeRemoteInput(); in openGutsInternal()
DExpandableNotificationRow.java1273 public void closeRemoteInput() {
1275 l.closeRemoteInput();
DNotificationContentView.java1509 public void closeRemoteInput() { in closeRemoteInput() method in NotificationContentView