Searched refs:setSupportedMimeTypes (Results 1 – 2 of 2) sorted by relevance
134 view.setSupportedMimeTypes(it.allowedDataTypes) in onSendRemoteInput()150 view.setSupportedMimeTypes(it.allowedDataTypes) in onSendRemoteInput()
581 public void setSupportedMimeTypes(Collection<String> mimeTypes) { in setSupportedMimeTypes() method in RemoteInputView582 mEditText.setSupportedMimeTypes(mimeTypes); in setSupportedMimeTypes()972 void setSupportedMimeTypes(@Nullable Collection<String> mimeTypes) { in setSupportedMimeTypes() method in RemoteInputView.RemoteEditText