Home
last modified time | relevance | path

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

12

/packages/services/Car/tests/carservice_test/src/com/android/car/audio/
DCarAudioFocusTest.java69 .setContentType(AudioAttributes.CONTENT_TYPE_MUSIC)
74 .setContentType(AudioAttributes.CONTENT_TYPE_MUSIC)
79 .setContentType(AudioAttributes.CONTENT_TYPE_SPEECH)
84 .setContentType(AudioAttributes.CONTENT_TYPE_SPEECH)
89 .setContentType(AudioAttributes.CONTENT_TYPE_SONIFICATION)
94 .setContentType(AudioAttributes.CONTENT_TYPE_SPEECH)
99 .setContentType(AudioAttributes.CONTENT_TYPE_SONIFICATION)
104 .setContentType(AudioAttributes.CONTENT_TYPE_SONIFICATION)
109 .setContentType(AudioAttributes.CONTENT_TYPE_SPEECH)
114 .setContentType(AudioAttributes.CONTENT_TYPE_SONIFICATION)
[all …]
/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/services/Telephony/testapps/TestRcsApp/aosp_test_rcsclient/src/com/android/libraries/rcs/simpleclient/protocol/cpim/
DSimpleCpimMessage.java102 builder.setContentType(headerMatcher.group(2)); in parse()
121 public abstract Builder setContentType(String value); in setContentType() method in SimpleCpimMessage.Builder
DCpimUtils.java42 .setContentType("text/plain") in createForText()
/packages/apps/TV/src/com/android/tv/search/
DDataManagerSearch.java253 result.setContentType(Programs.CONTENT_ITEM_TYPE); in addResult()
268 result.setContentType(Programs.CONTENT_ITEM_TYPE); in addResult()
/packages/apps/DeskClock/src/com/android/deskclock/
DAsyncRingtonePlayer.kt292 .setContentType(AudioAttributes.CONTENT_TYPE_SONIFICATION) in <lambda>()
487 .setContentType(AudioAttributes.CONTENT_TYPE_SONIFICATION) in <lambda>()
/packages/apps/Camera2/src/com/android/camera/
DSoundPlayer.java47 .setContentType(AudioAttributes.CONTENT_TYPE_SONIFICATION) in SoundPlayer()
/packages/apps/TV/tests/robotests/src/com/android/tv/search/
DFakeSearchInterface.java54 result.setContentType(Programs.CONTENT_ITEM_TYPE); in fromProgram()
/packages/apps/DeskClock/src/com/android/deskclock/timer/
DTimerKlaxon.kt81 .setContentType(AudioAttributes.CONTENT_TYPE_SONIFICATION) in vibrateLOrLater()
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmKlaxon.kt79 .setContentType(AudioAttributes.CONTENT_TYPE_SONIFICATION) in vibrateLOrLater()
/packages/services/Telephony/src/com/android/services/telephony/
DEmergencyTonePlayer.java47 .setContentType(AudioAttributes.CONTENT_TYPE_SPEECH)
/packages/apps/EmergencyInfo/EmergencyGestureAction/src/com/android/emergency/action/sensoryfeedback/
DEmergencyActionAlarmHelper.java64 .setContentType(AudioAttributes.CONTENT_TYPE_SONIFICATION) in playWarningSound()
/packages/apps/TV/src/com/android/tv/audio/
DAudioManagerHelper.java50 .setContentType(AudioAttributes.CONTENT_TYPE_MOVIE) in AudioManagerHelper()
/packages/apps/UniversalMediaPlayer/java/com/android/pump/activity/
DVideoPlayerActivity.java75 .setContentType(AudioAttributesCompat.CONTENT_TYPE_MOVIE).build(); in onCreate()
/packages/services/Telecomm/src/com/android/server/telecom/
DHeadsetMediaButton.java43 .setContentType(AudioAttributes.CONTENT_TYPE_SPEECH)
DRingtoneFactory.java109 .setContentType(AudioAttributes.CONTENT_TYPE_SONIFICATION) in getRingtone()
/packages/services/BuiltInPrintService/src/com/android/bips/
DPdfPrintActivity.java96 .setContentType(PrintDocumentInfo.CONTENT_TYPE_DOCUMENT) in onLayout()
/packages/services/Car/tests/carservice_test/src/android/media/tests/
DAudioPolicyTest.java98 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/TvSettings/Settings/src/com/android/tv/settings/
DSystemSoundsPlayer.java122 .setContentType(AudioAttributes.CONTENT_TYPE_SONIFICATION) in prepareSoundPool()

12