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

1234567

/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java111 public void loadData(String data, String mimeType, String encoding); argument
114 String mimeType, String encoding, String historyUrl);
113 loadDataWithBaseURL(String baseUrl, String data, String mimeType, String encoding, String historyUrl) argument
H A DWebView.java826 * @param mimeType the MIME type of the data, e.g. 'text/html'
829 public void loadData(String data, String mimeType, String encoding) { argument
831 mProvider.loadData(data, mimeType, encoding);
851 * @param mimeType the MIMEType of the data, e.g. 'text/html'. If null,
858 String mimeType, String encoding, String historyUrl) {
860 mProvider.loadDataWithBaseURL(baseUrl, data, mimeType, encoding, historyUrl);
857 loadDataWithBaseURL(String baseUrl, String data, String mimeType, String encoding, String historyUrl) argument
/frameworks/av/media/libstagefright/
H A DNuMediaExtractor.cpp77 String8 mimeType; local
80 bool success = SniffWVM(dataSource, &mimeType, &confidence, &dummy);
84 mimeType.string(), MEDIA_MIMETYPE_CONTAINER_WVM)) {
H A DWAVExtractor.cpp489 const sp<DataSource> &source, String8 *mimeType, float *confidence,
505 *mimeType = MEDIA_MIMETYPE_CONTAINER_WAV;
488 SniffWAV( const sp<DataSource> &source, String8 *mimeType, float *confidence, sp<AMessage> *) argument
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/
H A DFwdLockEngine.h167 * @param mimeType Mime type of the content or null.
173 const String8& mimeType);
/frameworks/base/core/java/android/content/
H A DContentProviderNative.java279 String mimeType = data.readString();
283 fd = openTypedAssetFile(url, mimeType, opts);
604 public AssetFileDescriptor openTypedAssetFile(Uri url, String mimeType, Bundle opts) argument
612 data.writeString(mimeType);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DWspTypeDecoder.java435 String mimeType = stringValue;
440 stringValue = mimeType;
450 String mimeType = stringValue;
455 stringValue = mimeType;
/frameworks/wilhelm/tests/listening/
H A DseekTorture.c66 mime.mimeType = (SLchar *) NULL;
/frameworks/wilhelm/tests/sandbox/
H A Durimime.c62 format_mime.mimeType = NULL;
H A Dxa.c82 fmtMime.mimeType = NULL;
/frameworks/av/drm/libdrmframework/plugins/passthru/src/
H A DDrmPassthruPlugIn.cpp172 int uniqueId, const String8& path, const String8& mimeType) {
241 decryptHandle->mimeType = String8("video/passthru");
171 onGetDrmObjectType( int uniqueId, const String8& path, const String8& mimeType) argument
/frameworks/av/include/media/stagefright/
H A DOMXCodec.h384 const char *mimeType, bool queryDecoders, bool hwCodecOnly,
389 const char *mimeType, bool queryDecoders,
/frameworks/base/core/java/android/app/
H A DDownloadManager.java576 public Request setMimeType(String mimeType) { argument
577 mMimeType = mimeType;
1151 * @param mimeType mimetype of the file.
1161 boolean isMediaScannerScannable, String mimeType, String path, long length,
1167 validateArgumentIsNonEmpty("mimeType", mimeType);
1176 .setMimeType(mimeType);
1160 addCompletedDownload(String title, String description, boolean isMediaScannerScannable, String mimeType, String path, long length, boolean showNotification) argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaSMSDispatcher.java430 String mimeType = pduDecoder.getValueString();
431 if (mimeType != null && mimeType.equals(WspTypeDecoder.CONTENT_TYPE_B_PUSH_SYNCML_NOTI)) {
/frameworks/base/cmds/am/src/com/android/commands/am/
H A DAm.java433 String mimeType = intent.getType();
434 if (mimeType == null && intent.getData() != null
436 mimeType = mAm.getProviderMimeType(intent.getData(), mUserId);
451 List<ResolveInfo> activities = pm.queryIntentActivities(intent, mimeType, 0,
490 result = mAm.startActivityAndWait(null, intent, mimeType,
494 res = mAm.startActivityAsUser(null, intent, mimeType,
/frameworks/support/v4/java/android/support/v4/app/
H A DShareCompat.java413 * @param mimeType mimetype of the shared data
417 public IntentBuilder setType(String mimeType) { argument
418 mIntent.setType(mimeType);
/frameworks/wilhelm/tests/examples/
H A DslesTestBassBoostPath.cpp134 mime.mimeType = (SLchar*)NULL;
H A DslesTestPlayFdPath.cpp123 mime.mimeType = (SLchar*)NULL;
H A DslesTestVirtualizerPath.cpp135 mime.mimeType = (SLchar*)NULL;
/frameworks/wilhelm/tests/mimeUri/
H A DslesTestLoopUri.cpp172 mime.mimeType = (SLchar*)NULL;
H A DslesTestPlayStreamType.cpp121 mime.mimeType = (SLchar*)NULL;
H A DslesTestPlayUri.cpp178 mime.mimeType = (SLchar*)NULL;
H A DslesTestPlayUri2.cpp130 mime.mimeType = (SLchar*)NULL;
H A DslesTest_playStates.cpp116 mime.mimeType = (SLchar*)NULL;
/frameworks/wilhelm/tests/
H A DmimeUri_test.cpp152 mime.mimeType = (SLchar*)NULL;

Completed in 263 milliseconds

1234567