/aosp14/frameworks/base/services/core/java/com/android/server/audio/ |
H A D | FadeOutManager.java | 95 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 D | PlaybackActivityMonitor.java | 783 if (!forceDuck && (apc.getAudioAttributes().getContentType() == in duckPlayers()
|
/aosp14/frameworks/base/media/java/android/media/audiopolicy/ |
H A D | AudioProductStrategy.java | 437 && ((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 D | RetrieveConf.java | 89 public byte[] getContentType() { in getContentType() method in RetrieveConf
|
H A D | SendReq.java | 165 public byte[] getContentType() { in getContentType() method in SendReq
|
H A D | PduPart.java | 338 public byte[] getContentType() { in getContentType() method in PduPart
|
H A D | PduPersister.java | 714 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 D | PduComposer.java | 925 appendTextString(part.getContentType()); in makeMessageBody() 947 byte[] partContentType = part.getContentType(); in makeMessageBody()
|
H A D | PduParser.java | 178 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 D | MultipartTest.java | 53 Header h = me.getContentType(); in testParts()
|
/aosp14/frameworks/base/core/java/android/os/ |
H A D | ExternalVibration.java | 194 out.writeInt(attrs.getContentType()); in writeAudioAttributes()
|
/aosp14/frameworks/base/core/java/android/print/ |
H A D | PrintDocumentInfo.java | 190 public int getContentType() { in getContentType() method in PrintDocumentInfo
|
/aosp14/frameworks/base/media/java/android/media/ |
H A D | MediaHTTPConnection.java | 466 return mConnection.getContentType(); in getMIMEType()
|
H A D | AudioTrack.java | 1612 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 D | AudioPlaybackConfiguration.java | 396 .setContentType(in.mPlayerAttr.getContentType()) in anonymizedCopy()
|
H A D | AudioAttributes.java | 577 public int getContentType() { in getContentType() method in AudioAttributes
|
/aosp14/frameworks/base/core/java/com/android/internal/print/ |
H A D | DumpUtils.java | 252 proto.write("content_type", PrintDocumentInfoProto.CONTENT_TYPE, info.getContentType()); in writePrintDocumentInfo()
|
/aosp14/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/ |
H A D | RemotePrintDocument.java | 871 if (lhs.getContentType() != rhs.getContentType() in equalsIgnoreSize()
|
H A D | PrintSpoolerService.java | 1060 documentInfo.getContentType())); in doWriteStateLocked()
|
/aosp14/frameworks/base/media/java/android/media/metrics/ |
H A D | PlaybackMetrics.java | 261 public int getContentType() { in getContentType() method in PlaybackMetrics
|
/aosp14/frameworks/base/tests/CoreTests/android/core/ |
H A D | TestEventHandler.java | 246 s = headers.getContentType(); in headers()
|
/aosp14/frameworks/base/services/core/java/com/android/server/media/metrics/ |
H A D | MediaMetricsManagerService.java | 168 .writeInt(metrics.getContentType()) in reportPlaybackMetrics()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | NotificationChannel.java | 1147 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 D | PrintActivity.java | 571 .setContentType(info.getContentType()) in onUpdateCompleted() 3250 .setContentType(oldDocInfo.getContentType()) in updatePrintJob()
|
/aosp14/frameworks/base/config/ |
H A D | boot-profile.txt | 667 Landroid/media/AudioAttributes;->getContentType()I
|