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