Home
last modified time | relevance | path

Searched refs:setContentType (Results 1 – 25 of 43) sorted by relevance

12

/packages/services/Car/tests/carservice_test/src/com/android/car/audio/
DAudioFocusTest.java42 .setContentType(AudioAttributes.USAGE_VIRTUAL_SOURCE)
47 .setContentType(AudioAttributes.CONTENT_TYPE_MUSIC)
52 .setContentType(AudioAttributes.CONTENT_TYPE_SPEECH)
57 .setContentType(AudioAttributes.CONTENT_TYPE_SPEECH)
62 .setContentType(AudioAttributes.CONTENT_TYPE_SONIFICATION)
67 .setContentType(AudioAttributes.CONTENT_TYPE_SPEECH)
72 .setContentType(AudioAttributes.CONTENT_TYPE_SONIFICATION)
77 .setContentType(AudioAttributes.CONTENT_TYPE_SONIFICATION)
82 .setContentType(AudioAttributes.CONTENT_TYPE_SPEECH)
/packages/apps/Messaging/src/android/support/v7/mms/pdu/
DSendReq.java33 setContentType("application/vnd.wap.multipart.related".getBytes()); in SendReq()
64 setContentType(contentType); in SendReq()
162 public void setContentType(byte[] value) { in setContentType() method in SendReq
DRetrieveConf.java90 public void setContentType(byte[] value) { in setContentType() method in RetrieveConf
DPduPart.java307 public void setContentType(byte[] contentType) { in setContentType() method in PduPart
/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
DSendReq.java35 setContentType("application/vnd.wap.multipart.related".getBytes()); in SendReq()
67 setContentType(contentType); in SendReq()
165 public void setContentType(byte[] value) { in setContentType() method in SendReq
DRetrieveConf.java92 public void setContentType(byte[] value) { in setContentType() method in RetrieveConf
DPduPart.java282 public void setContentType(final byte[] contentType) { in setContentType() method in PduPart
/packages/apps/TV/src/com/android/tv/search/
DDataManagerSearch.java250 result.setContentType(Programs.CONTENT_ITEM_TYPE); in addResult()
265 result.setContentType(Programs.CONTENT_ITEM_TYPE); in addResult()
DTvProviderSearch.java272 result.setContentType(Programs.CONTENT_ITEM_TYPE); in searchChannels()
447 result.setContentType(Programs.CONTENT_ITEM_TYPE); in searchPrograms()
DLocalSearchProvider.java256 abstract Builder setContentType(String value); in setContentType() method in LocalSearchProvider.SearchResult.Builder
/packages/apps/DeskClock/src/com/android/deskclock/
DAsyncRingtonePlayer.java351 .setContentType(AudioAttributes.CONTENT_TYPE_SONIFICATION)
547 .setContentType(AudioAttributes.CONTENT_TYPE_SONIFICATION)
/packages/apps/Camera2/src/com/android/camera/
DSoundPlayer.java47 .setContentType(AudioAttributes.CONTENT_TYPE_SONIFICATION) in SoundPlayer()
/packages/apps/DeskClock/src/com/android/deskclock/timer/
DTimerKlaxon.java83 .setContentType(AudioAttributes.CONTENT_TYPE_SONIFICATION) in vibrateLOrLater()
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmKlaxon.java78 .setContentType(AudioAttributes.CONTENT_TYPE_SONIFICATION) in vibrateLOrLater()
/packages/services/Telephony/src/com/android/services/telephony/
DEmergencyTonePlayer.java48 .setContentType(AudioAttributes.CONTENT_TYPE_SPEECH)
/packages/apps/TV/src/com/android/tv/audio/
DAudioManagerHelper.java50 .setContentType(AudioAttributes.CONTENT_TYPE_MOVIE) in AudioManagerHelper()
/packages/services/Telecomm/src/com/android/server/telecom/
DHeadsetMediaButton.java43 .setContentType(AudioAttributes.CONTENT_TYPE_SPEECH)
DRingtoneFactory.java102 .setContentType(AudioAttributes.CONTENT_TYPE_SONIFICATION) in getRingtone()
DInCallTonePlayer.java419 .setContentType(AudioAttributes.CONTENT_TYPE_SPEECH) in playMediaTone()
/packages/services/Car/tests/carservice_test/src/android/media/tests/
DAudioPolicyTest.java97 audioAttributesBuilder.setContentType(contentType).setUsage(usage); in createAudioMix()
/packages/apps/Car/Radio/src/com/android/car/radio/audio/
DAudioStreamController.java116 .setContentType(AudioAttributes.CONTENT_TYPE_MUSIC) in AudioStreamController()
/packages/apps/Car/Notification/src/com/android/car/notification/
DBeeper.java177 .setContentType(AudioAttributes.CONTENT_TYPE_SONIFICATION) in play()
/packages/apps/Messaging/src/com/android/messaging/sms/
DMmsUtils.java437 part.setContentType(ContentType.TEXT_PLAIN.getBytes()); in addTextPart()
494 part.setContentType(contentType.getBytes()); in addPicturePart()
521 part.setContentType(contentType.getBytes()); in addPartForUri()
589 smilPart.setContentType(ContentType.APP_SMIL.getBytes()); in addSmilPart()
683 part.setContentType(contentTypeOfResizedImage.getBytes()); in getResizedImageAsPart()
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
DA2dpSinkStreamHandler.java259 .setContentType(AudioAttributes.CONTENT_TYPE_UNKNOWN) in requestAudioFocus()
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DSelfManagedCallingActivity.java225 .setContentType(AudioAttributes.CONTENT_TYPE_SONIFICATION) in configureNotificationChannel()

12