Home
last modified time | relevance | path

Searched defs:contentType (Results 1 – 25 of 36) sorted by relevance

12

/frameworks/base/telephony/common/com/google/android/mms/
DContentType.java175 public static boolean isSupportedType(String contentType) { in isSupportedType()
180 public static boolean isSupportedImageType(String contentType) { in isSupportedImageType()
185 public static boolean isSupportedAudioType(String contentType) { in isSupportedAudioType()
190 public static boolean isSupportedVideoType(String contentType) { in isSupportedVideoType()
195 public static boolean isTextType(String contentType) { in isTextType()
200 public static boolean isImageType(String contentType) { in isImageType()
205 public static boolean isAudioType(String contentType) { in isAudioType()
210 public static boolean isVideoType(String contentType) { in isVideoType()
215 public static boolean isDrmType(String contentType) { in isDrmType()
221 public static boolean isUnspecified(String contentType) { in isUnspecified()
/frameworks/base/core/tests/coretests/src/com/android/internal/http/multipart/
DMultipartTest.java55 StringBuffer contentType = new StringBuffer("multipart/form-data"); in testParts() local
/frameworks/av/media/libaaudio/tests/
Dtest_attributes.cpp33 aaudio_content_type_t contentType, in checkAttributes()
161 for (aaudio_content_type_t contentType : sContentypes) { in checkAttributesContentType() local
/frameworks/base/wifi/java/android/net/wifi/hotspot2/
DConfigParser.java89 public String contentType = null; field in ConfigParser.MimeHeader
348 private static Pair<String, String> parseContentType(String contentType) throws IOException { in parseContentType()
/frameworks/av/media/libdatasource/
DDataSourceFactory.cpp50 String8 *contentType, in CreateFromURI()
/frameworks/av/media/libaudioclient/tests/
Dtest_create_audiotrack.cpp70 audio_content_type_t contentType; in testTrack() local
/frameworks/base/core/java/android/os/
DExternalVibration.java64 int contentType = in.readInt(); in readAudioAttributes() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DWapPushOverSms.java330 String contentType = ((mimeType == null) ? in decodeWapPdu() local
665 String contentType; field in WapPushOverSms.DecodedResult
/frameworks/base/core/java/android/print/
DPrintDocumentInfo.java276 private String contentTypeToString(int contentType) { in contentTypeToString()
/frameworks/av/media/libaaudio/src/core/
DAAudioStreamParameters.h103 void setContentType(aaudio_content_type_t contentType) { in setContentType()
DAudioStream.h528 void setContentType(aaudio_content_type_t contentType) { in setContentType()
/frameworks/base/telephony/common/com/google/android/mms/pdu/
DSendReq.java62 public SendReq(byte[] contentType, in SendReq()
DPduPart.java323 public void setContentType(byte[] contentType) { in setContentType()
DPduPersister.java728 String contentType = getPartContentType(part); in persistPart() local
799 String contentType, HashMap<Uri, InputStream> preOpenedFiles) in persistData()
1062 String contentType = null; in updatePart() local
1371 String contentType = getPartContentType(part); in persist() local
DPduComposer.java885 String contentType = new String(mPduHeader.getTextString(PduHeaders.CONTENT_TYPE)); in makeMessageBody() local
/frameworks/av/media/libaaudio/src/utility/
DAAudioUtilities.cpp192 audio_content_type_t AAudioConvert_contentTypeToInternal(aaudio_content_type_t contentType) { in AAudioConvert_contentTypeToInternal()
/frameworks/av/services/oboeservice/
DAAudioServiceEndpointMMAP.cpp84 const audio_content_type_t contentType = in open() local
/frameworks/av/media/libaaudio/src/legacy/
DAudioStreamTrack.cpp135 const audio_content_type_t contentType = in open() local
DAudioStreamRecord.cpp140 const audio_content_type_t contentType = in open() local
/frameworks/base/core/java/android/text/method/
DDigitsKeyListener.java323 int contentType; in getInputType() local
DBaseKeyListener.java456 int contentType = InputType.TYPE_CLASS_TEXT; in makeTextContentType() local
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
DFwdLockEngine.cpp330 String8 contentType = String8(pMimeType); in onGetOriginalMimeType() local
510 String8 contentType = String8(pmime == NULL ? "" : pmime); local
/frameworks/av/media/libaaudio/examples/utils/
DAAudioArgsParser.h171 void setContentType(aaudio_content_type_t contentType) { in setContentType()
/frameworks/base/core/java/android/app/usage/
DIUsageStatsManager.aidl49 void reportChooserSelection(String packageName, int userId, String contentType, in reportChooserSelection()
DUsageStatsManager.java1068 public void reportChooserSelection(String packageName, int userId, String contentType, in reportChooserSelection()

12