Home
last modified time | relevance | path

Searched refs:hasMimeType (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/core/java/android/webkit/
DMimeTypeMap.java78 public boolean hasMimeType(String mimeType) { in hasMimeType() method in MimeTypeMap
79 return MimeUtils.hasMimeType(mimeType); in hasMimeType()
/frameworks/support/v4/jellybean/android/support/v4/app/
DRemoteInputCompatJellybean.java85 if (!clipDescription.hasMimeType(ClipDescription.MIMETYPE_TEXT_INTENT)) { in getResultsFromIntent()
/frameworks/base/core/java/android/app/
DRemoteInput.java252 if (!clipDescription.hasMimeType(ClipDescription.MIMETYPE_TEXT_INTENT)) { in getResultsFromIntent()
/frameworks/base/core/java/android/content/
DClipDescription.java157 public boolean hasMimeType(String mimeType) { in hasMimeType() method in ClipDescription
/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEditTextView.java2700 boolean containsSupportedType = clipDesc.hasMimeType(ClipDescription.MIMETYPE_TEXT_PLAIN) || in handlePasteClip()
2701 clipDesc.hasMimeType(ClipDescription.MIMETYPE_TEXT_HTML); in handlePasteClip()
3152 return event.getClipDescription().hasMimeType(ClipDescription.MIMETYPE_TEXT_PLAIN); in onDragEvent()
/frameworks/base/docs/html/guide/topics/ui/
Ddrag-drop.jd891 if (event.getClipDescription().hasMimeType(ClipDescription.MIMETYPE_TEXT_PLAIN)) {
/frameworks/base/docs/html/guide/topics/text/
Dcopy-paste.jd507 } else if (!(clipboard.getPrimaryClipDescription().hasMimeType(MIMETYPE_TEXT_PLAIN))) {
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt6814 method public boolean hasMimeType(java.lang.String);
36080 method public boolean hasMimeType(java.lang.String);
/frameworks/base/api/
Dcurrent.txt7705 method public boolean hasMimeType(java.lang.String);
45098 method public boolean hasMimeType(java.lang.String);
Dtest-current.txt7711 method public boolean hasMimeType(java.lang.String);
45177 method public boolean hasMimeType(java.lang.String);
Dsystem-current.txt8019 method public boolean hasMimeType(java.lang.String);
48155 method public boolean hasMimeType(java.lang.String);