Home
last modified time | relevance | path

Searched refs:setSupportedMimeTypes (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputViewController.kt141 view.setSupportedMimeTypes(it.allowedDataTypes)
168 view.setSupportedMimeTypes(it.allowedDataTypes)
H A DRemoteInputView.java596 public void setSupportedMimeTypes(Collection<String> mimeTypes) { in setSupportedMimeTypes() method in RemoteInputView
597 mEditText.setSupportedMimeTypes(mimeTypes); in setSupportedMimeTypes()
1023 void setSupportedMimeTypes(@Nullable Collection<String> mimeTypes) { in setSupportedMimeTypes() method in RemoteInputView.RemoteEditText