Searched refs:mimeType (Results 151 - 160 of 160) sorted by relevance

1234567

/frameworks/wilhelm/tests/sandbox/
H A Dxaplay.c399 fmtMime.mimeType = (XAchar *) XA_ANDROID_MIME_MP2TS;
402 fmtMime.mimeType = NULL;
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
H A DWapPushTest.java2100 String mimeType = pduDecoder.getValueString();
2109 if (mimeType != null && mimeType.equals(WspTypeDecoder.CONTENT_TYPE_B_PUSH_CO)) {
2131 String contentType = ((mimeType == null) ?
2132 Long.toString(binaryContentType) : mimeType);
/frameworks/base/core/java/android/webkit/
H A DWebViewCore.java315 * Given mimeType, check whether it's supported in Android media framework.
316 * mimeType could be such as "audio/ogg" and "video/mp4".
318 /* package */ static boolean isSupportedMediaMimeType(String mimeType) { argument
319 int fileType = MediaFile.getFileTypeForMimeType(mimeType);
324 || (mimeType != null && mimeType.startsWith("video/m4v"));
H A DWebViewClassic.java2565 public void loadData(String data, String mimeType, String encoding) { argument
2566 loadDataImpl(data, mimeType, encoding);
2569 private void loadDataImpl(String data, String mimeType, String encoding) { argument
2571 dataUrl.append(mimeType);
2585 String mimeType, String encoding, String historyUrl) {
2588 loadDataImpl(data, mimeType, encoding);
2595 arg.mMimeType = mimeType;
2584 loadDataWithBaseURL(String baseUrl, String data, String mimeType, String encoding, String historyUrl) argument
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardBuilder.java1860 final String mimeType, ContentValues contentValues) {
1861 if (!sAllowedAndroidPropertySet.contains(mimeType)) {
1889 mBuilder.append(mimeType); // Should not be encoded.
1859 appendAndroidSpecificProperty( final String mimeType, ContentValues contentValues) argument
/frameworks/base/core/java/android/content/
H A DIntent.java262 * &lt;data android:mimeType="vnd.android.cursor.dir/<i>vnd.google.note</i>" /&gt;
267 * &lt;data android:mimeType="vnd.android.cursor.item/<i>vnd.google.note</i>" /&gt;
276 * &lt;data android:mimeType="vnd.android.cursor.item/<i>vnd.google.note</i>" /&gt;
282 * &lt;data android:mimeType="vnd.android.cursor.dir/<i>vnd.google.note</i>" /&gt;
294 * &lt;data android:mimeType="vnd.android.cursor.item/<i>vnd.google.note</i>" /&gt;
321 * &lt;data mimeType:name="vnd.android.cursor.dir/<i>vnd.google.note</i>" /&gt;
338 * &lt;data android:mimeType="vnd.android.cursor.item/<i>vnd.google.note</i>" /&gt;
388 * &lt;data android:mimeType="vnd.android.cursor.item/<i>vnd.google.note</i>" /&gt;
400 * &lt;data android:mimeType="vnd.android.cursor.dir/<i>vnd.google.note</i>" /&gt;
440 * &lt;data android:mimeType
[all...]
/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL.h334 XAchar * mimeType; member in struct:XADataFormat_MIME_
1373 XAchar * mimeType,
/frameworks/wilhelm/src/itf/
H A DIEngine.c69 const char* mime = (char*)ap->mDataSource.mFormat.mMIME.mimeType;
/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp4619 const char *mimeType, bool queryDecoders,
4621 return QueryCodecs(omx, mimeType, queryDecoders, false /*hwCodecOnly*/, results);
4617 QueryCodecs( const sp<IOMX> &omx, const char *mimeType, bool queryDecoders, Vector<CodecCapabilities> *results) argument
/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h315 SLchar * mimeType; member in struct:SLDataFormat_MIME_

Completed in 802 milliseconds

1234567