Searched refs:remoteInputAttachment (Results 1 – 2 of 2) sorted by relevance
287 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()
135 public ContentInfo remoteInputAttachment; field in NotificationEntry