Searched refs:remoteInputAttachment (Results 1 – 3 of 3) sorted by relevance
169 entry.remoteInputAttachment = null in onSendRemoteInput()280 if (entry.remoteInputAttachment == null) in onSendRemoteInput()314 val attachmentText: CharSequence = entry.remoteInputAttachment.clip.description.label in onSendRemoteInput()
333 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()
139 public ContentInfo remoteInputAttachment; field in NotificationEntry