Home
last modified time | relevance | path

Searched defs:remoteInputText (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DRemoteInputNotificationRebuilder.java82 CharSequence remoteInputText = entry.remoteInputText; in rebuildForRemoteInputReply() local
98 CharSequence remoteInputText, boolean showSpinner, String mimeType, Uri uri) { in rebuildWithRemoteInputInserted()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarNotificationActivityStarter.java335 CharSequence remoteInputText = null; in handleNotificationClickAfterPanelCollapsed() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotificationEntry.java129 public CharSequence remoteInputText; field in NotificationEntry