Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRemoteInputView.java287 if (mEntry.remoteInputAttachment != null && mEntry.remoteInputAttachment != item) { in setAttachment()
293 mEntry.remoteInputAttachment.releasePermissions(); in setAttachment()
295 mEntry.remoteInputAttachment = item; in setAttachment()
321 return mEntry.remoteInputAttachment == null in prepareRemoteInput()
361 mEntry.remoteInputAttachment.getClip().getDescription().getLabel(); in prepareRemoteInputFromData()
376 } else if (mEntry.remoteInputAttachment == null) { in prepareRemoteInputFromData()
561 mEntry.remoteInputAttachment = null; in setRemoteInput()
604 setAttachment(mEntry.remoteInputAttachment); in focus()
652 mSendButton.setEnabled(mEditText.length() != 0 || mEntry.remoteInputAttachment != null); in updateSendButton()
852 if (mEditText.length() > 0 || mEntry.remoteInputAttachment != null) { in onEditorAction()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java135 public ContentInfo remoteInputAttachment; field in NotificationEntry