Home
last modified time | relevance | path

Searched refs:remoteInputMimeType (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DRemoteInputNotificationRebuilder.java86 String remoteInputMimeType = entry.remoteInputMimeType; in rebuildForRemoteInputReply() local
89 remoteInputText, false /* showSpinner */, remoteInputMimeType, in rebuildForRemoteInputReply()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputView.java297 mEntry.remoteInputMimeType = item.getClip().getDescription().getMimeType(0); in setAttachment()
322 : prepareRemoteInputFromData(mEntry.remoteInputMimeType, mEntry.remoteInputUri); in prepareRemoteInput()
335 mEntry.remoteInputMimeType = null; in prepareRemoteInputFromText()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotificationEntry.java131 public String remoteInputMimeType; field in NotificationEntry