Home
last modified time | relevance | path

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

123

/frameworks/base/telephony/common/com/google/android/mms/
DContentType.java176 public static boolean isSupportedType(String contentType) { in isSupportedType()
181 public static boolean isSupportedImageType(String contentType) { in isSupportedImageType()
186 public static boolean isSupportedAudioType(String contentType) { in isSupportedAudioType()
191 public static boolean isSupportedVideoType(String contentType) { in isSupportedVideoType()
196 public static boolean isTextType(String contentType) { in isTextType()
201 public static boolean isImageType(String contentType) { in isImageType()
206 public static boolean isAudioType(String contentType) { in isAudioType()
211 public static boolean isVideoType(String contentType) { in isVideoType()
216 public static boolean isDrmType(String contentType) { in isDrmType()
222 public static boolean isUnspecified(String contentType) { in isUnspecified()
/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/http/
DHttpResponse.java34 public abstract int contentType(); in contentType() method in HttpResponse
54 public abstract Builder setContentType(int contentType); in setContentType()
DHttpClient.java160 String contentType = connection.getHeaderField(ContentType.NAME); in getContentType() local
/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/eapaka/
DEapAkaApi.java161 String contentType) in respondToEapAkaChallenge()
205 String contentType) in challengeResponse()
350 private HttpResponse httpGet(String url, CarrierConfig carrierConfig, String contentType) in httpGet()
/frameworks/base/core/tests/coretests/src/com/android/internal/http/multipart/
DMultipartTest.java55 StringBuffer contentType = new StringBuffer("multipart/form-data"); in testParts() local
/frameworks/libs/service_entitlement/tests/utils/com/android/libraries/entitlement/testing/
DFakeURLStreamHandler.java182 public abstract String contentType(); in contentType() method in FakeURLStreamHandler.FakeResponse
206 public abstract Builder setContentType(String contentType); in setContentType()
/frameworks/av/media/libaaudio/tests/
Dtest_attributes.cpp37 aaudio_content_type_t contentType, in checkAttributes()
183 for (aaudio_content_type_t contentType : sContentypes) { in checkAttributesContentType() local
/frameworks/av/media/libdatasource/
DDataSourceFactory.cpp50 String8 *contentType, in CreateFromURI()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DWapPushOverSms.java284 String contentType = ((mimeType == null) ? in decodeWapPdu() local
465 String contentType; field in WapPushOverSms.DecodedResult
/frameworks/av/services/oboeservice/
DAAudioServiceEndpoint.cpp184 const audio_content_type_t contentType = in getAudioAttributesFrom() local
/frameworks/av/media/libaudioclient/tests/
Dtest_create_audiotrack.cpp71 audio_content_type_t contentType; in testTrack() local
/frameworks/base/core/java/android/print/
DPrintDocumentInfo.java278 private String contentTypeToString(int contentType) { in contentTypeToString()
/frameworks/base/telephony/common/com/google/android/mms/pdu/
DSendReq.java63 public SendReq(byte[] contentType, in SendReq()
DPduPart.java324 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
/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/
DServiceEntitlementRequest.java244 public abstract Builder setAcceptContentType(String contentType); in setAcceptContentType()
/frameworks/base/core/java/android/os/
DExternalVibration.java84 int contentType = in.readInt(); in readAudioAttributes() local
/frameworks/av/media/libaaudio/fuzzer/
Dlibaaudio_fuzzer.cpp159 aaudio_content_type_t contentType = fdp.PickValueInArray( in process() local
/frameworks/av/media/libmediahelper/tests/
Dtypeconverter_tests.cpp99 audio_content_type_t contentType; in TEST() local
/frameworks/av/media/libaaudio/src/core/
DAAudioStreamParameters.h96 void setContentType(aaudio_content_type_t contentType) { in setContentType()
/frameworks/av/services/mediametrics/
DAudioTypes.cpp442 int32_t lookup<CONTENT_TYPE>(const std::string &contentType) in lookup()
452 std::string lookup<CONTENT_TYPE>(const std::string &contentType) in lookup()
/frameworks/base/media/java/android/media/metrics/
DPlaybackMetrics.java182 int contentType, in PlaybackMetrics()
449 int contentType = in.readInt(); in PlaybackMetrics() local
/frameworks/av/media/libaaudio/src/legacy/
DAudioStreamTrack.cpp131 const audio_content_type_t contentType = in open() local
DAudioStreamRecord.cpp119 const audio_content_type_t contentType = in open() local
/frameworks/av/media/libaaudio/src/utility/
DAAudioUtilities.cpp208 audio_content_type_t AAudioConvert_contentTypeToInternal(aaudio_content_type_t contentType) { in AAudioConvert_contentTypeToInternal()

123