Home
last modified time | relevance | path

Searched defs:contentType (Results 1 – 25 of 60) 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
59 public abstract Builder setContentType(int contentType); in setContentType()
DHttpClient.java194 String contentType = connection.getHeaderField(ContentType.NAME); in getContentType() 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/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.cpp38 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.java293 String contentType = ((mimeType == null) ? in decodeWapPdu() local
480 String contentType; field in WapPushOverSms.DecodedResult
/frameworks/av/media/libaudioclient/tests/
Dtest_create_audiotrack.cpp68 audio_content_type_t contentType; in testTrack() local
/frameworks/av/services/oboeservice/
DAAudioServiceEndpoint.cpp188 const audio_content_type_t contentType = in getAudioAttributesFrom() local
/frameworks/av/media/libaudiousecasevalidation/
DUsecaseValidator.cpp130 bool isContentTypeValid(audio_content_type_t contentType) { in isContentTypeValid()
/frameworks/base/media/java/android/media/
DFadeManagerConfiguration.java467 public boolean isContentTypeUnfadeable(@AudioAttributes.AttributeContentType int contentType) { in isContentTypeUnfadeable()
1194 public Builder addUnfadeableContentType( in addUnfadeableContentType()
1492 private void validateContentType(int contentType) { in validateContentType()
1494 "Invalid content type: ", contentType); in validateContentType() local
DAudioAttributes.java951 public Builder setContentType(@AttributeContentType int contentType) { in setContentType()
974 public @NonNull Builder setInternalContentType(@AttrInternalContentType int contentType) { in setInternalContentType()
1710 public static boolean isSdkContentType(@AttributeContentType int contentType) { in isSdkContentType()
/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()
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
DPduPart.java324 public void setContentType(byte[] contentType) { in setContentType()
/frameworks/base/core/java/android/os/
DExternalVibration.java86 int contentType = in.readInt(); in readAudioAttributes() local
/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/
DServiceEntitlementRequest.java253 public abstract Builder setAcceptContentType(String contentType); in setAcceptContentType()
/frameworks/base/media/java/android/media/metrics/
DPlaybackMetrics.java182 int contentType, in PlaybackMetrics()
450 int contentType = in.readInt(); in PlaybackMetrics() local
/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/av/media/libmediahelper/tests/
Dtypeconverter_tests.cpp99 audio_content_type_t contentType; in TEST() local
/frameworks/base/services/core/java/com/android/server/audio/
DFadeConfigurations.java490 private boolean isContentTypeUnfadeableLocked(int contentType) { in isContentTypeUnfadeableLocked()
/frameworks/av/media/libaaudio/src/legacy/
DAudioStreamRecord.cpp119 const audio_content_type_t contentType = in open() local
DAudioStreamTrack.cpp139 const audio_content_type_t contentType = in open() local

123