Home
last modified time | relevance | path

Searched defs:mimetype (Results 1 – 25 of 40) sorted by relevance

12

/aosp12/packages/apps/Contacts/src/com/android/contacts/
H A DTypePrecedence.java86 public static int getTypePrecedence(String mimetype, int type) { in getTypePrecedence()
101 private static int[] getTypePrecedenceList(String mimetype) { in getTypePrecedenceList()
H A DSplitAggregateView.java174 String mimetype = cursor.getString(SplitQuery.MIMETYPE); in loadData() local
/aosp12/packages/apps/Messaging/src/com/android/messaging/mmslib/util/
H A DDownloadDrmHelper.java42 public static boolean isDrmMimeType(Context context, String mimetype) { in isDrmMimeType()
66 public static boolean isDrmConvertNeeded(String mimetype) { in isDrmConvertNeeded()
/aosp12/frameworks/base/telephony/common/com/google/android/mms/util/
H A DDownloadDrmHelper.java44 public static boolean isDrmMimeType(Context context, String mimetype) { in isDrmMimeType()
69 public static boolean isDrmConvertNeeded(String mimetype) { in isDrmConvertNeeded()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/
H A Dmod.rs22 mod mimetype; module
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DDataRowHandlerForCustomMimetype.java24 AbstractContactAggregator aggregator, String mimetype) { in DataRowHandlerForCustomMimetype()
H A DDataRowHandlerForCommonDataKind.java36 AbstractContactAggregator aggregator, String mimetype, String typeColumn, in DataRowHandlerForCommonDataKind()
H A DSearchIndexManager.java381 String mimetype = cursor.getString(ContactIndexQuery.MIMETYPE); in buildAndInsertIndex() local
H A DDataRowHandler.java87 AbstractContactAggregator aggregator, String mimetype) { in DataRowHandler()
/aosp12/frameworks/base/core/java/android/webkit/
H A DDownloadListener.java31 String contentDisposition, String mimetype, long contentLength); in onDownloadStart()
/aosp12/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadDrmHelper.java41 public static boolean isDrmConvertNeeded(String mimetype) { in isDrmConvertNeeded()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_decoder/
H A Dffmpeg_decoder_plugin.cpp46 void InitDefinition(const std::string &mimetype, const std::string_view &codecName, in InitDefinition()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_media_codec_encoder_adapter_impl.cpp31 int32_t ArkMediaCodecEncoderAdapterImpl::CreateVideoCodecByMime(const ArkWebString mimetype) in CreateVideoCodecByMime()
H A Dark_media_codec_decoder_adapter_impl.cpp30 int32_t ArkMediaCodecDecoderAdapterImpl::CreateVideoDecoderByMime(const ArkWebString& mimetype) in CreateVideoDecoderByMime()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppShareInfo.java71 public BluetoothOppShareInfo(int id, Uri uri, String hint, String filename, String mimetype, in BluetoothOppShareInfo()
H A DBluetoothOppUtility.java181 public static void openReceivedFile(Context context, String fileName, String mimetype, in openReceivedFile()
274 public static boolean isRecognizedFileType(Context context, Uri fileUri, String mimetype) { in isRecognizedFileType()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_media_codec_encoder_adapter_wrapper.cpp30 …cCodeAdapter ArkMediaCodecEncoderAdapterWrapper::CreateVideoCodecByMime(const std::string mimetype) in CreateVideoCodecByMime()
H A Dark_media_codec_decoder_adapter_wrapper.cpp29 …apterCode ArkMediaCodecDecoderAdapterWrapper::CreateVideoDecoderByMime(const std::string& mimetype) in CreateVideoDecoderByMime()
/aosp12/packages/modules/CaptivePortalLogin/tests/src/com/android/captiveportallogin/
H A DCaptivePortalLoginActivityTest.java546 final String mimetype = "image/png"; in testDownload() local
682 MockResponse(String body, String mimetype, Map<String, String> headers) { in MockResponse() argument
720 private void setResponse(String query, String body, String mimetype, in setResponse()
/aosp12/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
H A DMediaFrameworkTest.java122 String mimetype = "audio/mpeg"; in startPlayback() local
/aosp12/packages/apps/Contacts/src/com/android/contacts/editor/
H A DEditorUiUtils.java104 public static int getLayoutResourceId(String mimetype) { in getLayoutResourceId()
H A DAggregationSuggestionEngine.java403 final String mimetype = mDataCursor.getString(DataQuery.MIMETYPE); in getSuggestions() local
/ohos5.0/base/web/webview/ohos_adapter/media_adapter/src/
H A Dmedia_codec_encoder_adapter_impl.cpp52 CodecCodeAdapter MediaCodecEncoderAdapterImpl::CreateVideoCodecByMime(const std::string mimetype) in CreateVideoCodecByMime()
H A Dmedia_codec_decoder_adapter_impl.cpp59 …oderAdapterCode MediaCodecDecoderAdapterImpl::CreateVideoDecoderByMime(const std::string& mimetype) in CreateVideoDecoderByMime()
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/media_adapter_test/
H A Dmedia_codec_encoder_adapter_impl_test.cpp367 const std::string mimetype = "video/avc"; variable

12