Home
last modified time | relevance | path

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

12

/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DFadeOutManager.java95 if (requester.getAudioAttributes().getContentType() == AudioAttributes.CONTENT_TYPE_SPEECH) in canCauseFadeOut()
119 apc.getAudioAttributes().getContentType())) { in canBeFadedOut()
122 + apc.getAudioAttributes().getContentType()); in canBeFadedOut()
136 if (ArrayUtils.contains(UNFADEABLE_CONTENT_TYPES, aa.getContentType())) { in getFadeOutDurationOnFocusLossMillis()
H A DPlaybackActivityMonitor.java783 if (!forceDuck && (apc.getAudioAttributes().getContentType() == in duckPlayers()
/aosp14/frameworks/base/media/java/android/media/audiopolicy/
H A DAudioProductStrategy.java437 && ((refAttr.getContentType() == AudioAttributes.CONTENT_TYPE_UNKNOWN) in attributesMatches()
438 || (attr.getContentType() == refAttr.getContentType())) in attributesMatches()
/aosp14/frameworks/base/telephony/common/com/google/android/mms/pdu/
H A DRetrieveConf.java89 public byte[] getContentType() { in getContentType() method in RetrieveConf
H A DSendReq.java165 public byte[] getContentType() { in getContentType() method in SendReq
H A DPduPart.java338 public byte[] getContentType() { in getContentType() method in PduPart
H A 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()
H A DPduComposer.java925 appendTextString(part.getContentType()); in makeMessageBody()
947 byte[] partContentType = part.getContentType(); in makeMessageBody()
H A DPduParser.java178 byte[] contentType = retrieveConf.getContentType(); in parse()
904 String partContentType = new String(part.getContentType()); in parseParts()
1800 byte[] contentType = part.getContentType(); in checkPartPosition()
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/http/multipart/
H A DMultipartTest.java53 Header h = me.getContentType(); in testParts()
/aosp14/frameworks/base/core/java/android/os/
H A DExternalVibration.java194 out.writeInt(attrs.getContentType()); in writeAudioAttributes()
/aosp14/frameworks/base/core/java/android/print/
H A DPrintDocumentInfo.java190 public int getContentType() { in getContentType() method in PrintDocumentInfo
/aosp14/frameworks/base/media/java/android/media/
H A DMediaHTTPConnection.java466 return mConnection.getContentType(); in getMIMEType()
H A DAudioTrack.java1612 attributes.getContentType(), attributes.getUsage(), attributes.getFlags()); in isDirectPlaybackSupported()
1798 || (attributes.getContentType() != AudioAttributes.CONTENT_TYPE_UNKNOWN in shouldEnablePowerSaving()
1799 && attributes.getContentType() != AudioAttributes.CONTENT_TYPE_MUSIC in shouldEnablePowerSaving()
1800 && attributes.getContentType() != AudioAttributes.CONTENT_TYPE_MOVIE))) { in shouldEnablePowerSaving()
H A DAudioPlaybackConfiguration.java396 .setContentType(in.mPlayerAttr.getContentType()) in anonymizedCopy()
H A DAudioAttributes.java577 public int getContentType() { in getContentType() method in AudioAttributes
/aosp14/frameworks/base/core/java/com/android/internal/print/
H A DDumpUtils.java252 proto.write("content_type", PrintDocumentInfoProto.CONTENT_TYPE, info.getContentType()); in writePrintDocumentInfo()
/aosp14/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DRemotePrintDocument.java871 if (lhs.getContentType() != rhs.getContentType() in equalsIgnoreSize()
H A DPrintSpoolerService.java1060 documentInfo.getContentType())); in doWriteStateLocked()
/aosp14/frameworks/base/media/java/android/media/metrics/
H A DPlaybackMetrics.java261 public int getContentType() { in getContentType() method in PlaybackMetrics
/aosp14/frameworks/base/tests/CoreTests/android/core/
H A DTestEventHandler.java246 s = headers.getContentType(); in headers()
/aosp14/frameworks/base/services/core/java/com/android/server/media/metrics/
H A DMediaMetricsManagerService.java168 .writeInt(metrics.getContentType()) in reportPlaybackMetrics()
/aosp14/frameworks/base/core/java/android/app/
H A DNotificationChannel.java1147 out.attributeInt(null, ATT_CONTENT_TYPE, getAudioAttributes().getContentType()); in writeXml()
1233 Integer.toString(getAudioAttributes().getContentType())); in toJson()
/aosp14/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintActivity.java571 .setContentType(info.getContentType()) in onUpdateCompleted()
3250 .setContentType(oldDocInfo.getContentType()) in updatePrintJob()
/aosp14/frameworks/base/config/
H A Dboot-profile.txt667 Landroid/media/AudioAttributes;->getContentType()I

12