Home
last modified time | relevance | path

Searched refs:getContentType (Results 1 – 25 of 42) sorted by relevance

12

/frameworks/base/services/core/java/com/android/server/audio/
DFadeOutManager.java85 if (requester.getAudioAttributes().getContentType() == AudioAttributes.CONTENT_TYPE_SPEECH) in canCauseFadeOut()
109 apc.getAudioAttributes().getContentType())) { in canBeFadedOut()
112 + apc.getAudioAttributes().getContentType()); in canBeFadedOut()
126 if (ArrayUtils.contains(UNFADEABLE_CONTENT_TYPES, aa.getContentType())) { in getFadeOutDurationOnFocusLossMillis()
/frameworks/av/services/oboeservice/
DAAudioServiceEndpoint.cpp65 result << " ContentType: " << getContentType() << "\n"; in dump()
179 AAudioConvert_contentTypeToInternal(params->getContentType()); in getAudioAttributesFrom()
/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/http/
DHttpClient.java126 responseBuilder.setContentType(getContentType(connection)); in getHttpResponse()
159 private static int getContentType(URLConnection connection) { in getContentType() method in HttpClient
/frameworks/base/media/java/android/media/audiopolicy/
DAudioProductStrategy.java377 && ((refAttr.getContentType() == AudioAttributes.CONTENT_TYPE_UNKNOWN) in attributesMatches()
378 || (attr.getContentType() == refAttr.getContentType())) in attributesMatches()
/frameworks/base/telephony/common/com/google/android/mms/pdu/
DRetrieveConf.java89 public byte[] getContentType() { in getContentType() method in RetrieveConf
DSendReq.java165 public byte[] getContentType() { in getContentType() method in SendReq
DPduPart.java338 public byte[] getContentType() { in getContentType() method in PduPart
DPduPersister.java714 return part.getContentType() == null ? null : toIsoString(part.getContentType()); in getPartContentType()
966 byte[] contentType = sendReq.getContentType(); in updateHeaders()
1063 if (part.getContentType() != null) { in updatePart()
1064 contentType = toIsoString(part.getContentType()); in updatePart()
DPduComposer.java925 appendTextString(part.getContentType()); in makeMessageBody()
947 byte[] partContentType = part.getContentType(); in makeMessageBody()
DPduParser.java178 byte[] contentType = retrieveConf.getContentType(); in parse()
904 String partContentType = new String(part.getContentType()); in parseParts()
1800 byte[] contentType = part.getContentType(); in checkPartPosition()
/frameworks/av/media/libaaudio/src/binding/
DAAudioStreamConfiguration.cpp78 result.contentType = getContentType(); in parcelable()
/frameworks/av/media/libaaudio/src/core/
DAAudioStreamParameters.h99 aaudio_content_type_t getContentType() const { in getContentType() function
DAudioStreamBuilder.cpp282 getUsage(), getContentType(), getInputPreset(), getAllowedCapturePolicy()); in logParameters()
DAudioStream.h252 aaudio_content_type_t getContentType() const { in getContentType() function
/frameworks/opt/photoviewer/src/com/android/ex/photo/adapters/
DPhotoPagerAdapter.java110 public String getContentType(Cursor cursor) { in getContentType() method in PhotoPagerAdapter
/frameworks/base/core/tests/coretests/src/com/android/internal/http/multipart/
DMultipartTest.java53 Header h = me.getContentType(); in testParts()
/frameworks/av/media/libaaudio/examples/utils/
DAAudioArgsParser.h180 aaudio_content_type_t getContentType() const { in getContentType() function
551 getContentType(), s_getContentType(stream)); in compareWithStream()
/frameworks/base/core/java/android/os/
DExternalVibration.java171 out.writeInt(attrs.getContentType()); in writeAudioAttributes()
/frameworks/base/core/java/android/print/
DPrintDocumentInfo.java190 public int getContentType() { in getContentType() method in PrintDocumentInfo
/frameworks/av/media/libaaudio/src/client/
DAudioStreamInternal.cpp131 request.getConfiguration().setContentType(getContentType()); in open()
188 setContentType(configurationOutput.getContentType()); in open()
/frameworks/base/media/java/android/media/
DMediaHTTPConnection.java466 return mConnection.getContentType(); in getMIMEType()
DAudioPlaybackConfiguration.java271 .setContentType(in.mPlayerAttr.getContentType()) in anonymizedCopy()
DAudioTrack.java1452 attributes.getContentType(), attributes.getUsage(), attributes.getFlags()); in isDirectPlaybackSupported()
1636 || (attributes.getContentType() != AudioAttributes.CONTENT_TYPE_UNKNOWN in shouldEnablePowerSaving()
1637 && attributes.getContentType() != AudioAttributes.CONTENT_TYPE_MUSIC in shouldEnablePowerSaving()
1638 && attributes.getContentType() != AudioAttributes.CONTENT_TYPE_MOVIE))) { in shouldEnablePowerSaving()
/frameworks/av/media/libaaudio/src/legacy/
DAudioStreamRecord.cpp146 AAudioConvert_contentTypeToInternal(builder.getContentType()); in open()
/frameworks/base/services/core/java/com/android/server/media/metrics/
DMediaMetricsManagerService.java163 .writeInt(metrics.getContentType()) in reportPlaybackMetrics()

12