Home
last modified time | relevance | path

Searched refs:remoteInputAttachment (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRemoteInputViewController.kt169 entry.remoteInputAttachment = null in onSendRemoteInput()
280 if (entry.remoteInputAttachment == null) in onSendRemoteInput()
314 val attachmentText: CharSequence = entry.remoteInputAttachment.clip.description.label in onSendRemoteInput()
DRemoteInputView.java333 if (mEntry.remoteInputAttachment != null && mEntry.remoteInputAttachment != item) { in setAttachment()
339 mEntry.remoteInputAttachment.releasePermissions(); in setAttachment()
341 mEntry.remoteInputAttachment = item; in setAttachment()
630 setAttachment(mEntry.remoteInputAttachment); in focus()
676 mSendButton.setEnabled(mEditText.length() != 0 || mEntry.remoteInputAttachment != null); in updateSendButton()
927 if (mEditText.length() > 0 || mEntry.remoteInputAttachment != null) { in onEditorAction()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java139 public ContentInfo remoteInputAttachment; field in NotificationEntry