Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputView.java286 if (mEntry.remoteInputAttachment != null && mEntry.remoteInputAttachment != item) { in setAttachment()
292 mEntry.remoteInputAttachment.releasePermissions(); in setAttachment()
294 mEntry.remoteInputAttachment = item; in setAttachment()
320 return mEntry.remoteInputAttachment == null in prepareRemoteInput()
360 mEntry.remoteInputAttachment.getClip().getDescription().getLabel(); in prepareRemoteInputFromData()
375 } else if (mEntry.remoteInputAttachment == null) { in prepareRemoteInputFromData()
560 mEntry.remoteInputAttachment = null; in setRemoteInput()
603 setAttachment(mEntry.remoteInputAttachment); in focus()
651 mSendButton.setEnabled(mEditText.length() != 0 || mEntry.remoteInputAttachment != null); in updateSendButton()
868 if (mEditText.length() > 0 || mEntry.remoteInputAttachment != null) { in onEditorAction()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotificationEntry.java135 public ContentInfo remoteInputAttachment; field in NotificationEntry