Home
last modified time | relevance | path

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

/aosp14/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()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputViewController.kt303 entry.remoteInputMimeType,
314 entry.remoteInputMimeType = null
H A DRemoteInputView.java351 mEntry.remoteInputMimeType = item.getClip().getDescription().getMimeType(0); in setAttachment()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotificationEntry.java130 public String remoteInputMimeType; field in NotificationEntry