Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java676 String remoteInputMimeType = entry.remoteInputMimeType; in setShouldManageLifetime() local
679 remoteInputText, false /* showSpinner */, remoteInputMimeType, in setShouldManageLifetime()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRemoteInputView.java166 mEntry.remoteInputMimeType = null; in prepareRemoteInputFromText()
185 mEntry.remoteInputMimeType = contentType; in prepareRemoteInputFromData()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java131 public String remoteInputMimeType; field in NotificationEntry