Home
last modified time | relevance | path

Searched refs:audioAttributes (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/java/android/speech/tts/
DTextToSpeechService.java638 AudioAttributes audioAttributes) { in AudioOutputParams() argument
642 mAudioAttributes = audioAttributes; in AudioOutputParams()
652 AudioAttributes audioAttributes = in createFromV1ParamsBundle() local
655 if (audioAttributes == null) { in createFromV1ParamsBundle()
658 audioAttributes = (new AudioAttributes.Builder()) in createFromV1ParamsBundle()
676 audioAttributes); in createFromV1ParamsBundle()
DTextToSpeech.java1396 public int setAudioAttributes(AudioAttributes audioAttributes) {
1397 if (audioAttributes != null) {
1400 audioAttributes);
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java117 pw.println(prefix + " audioAttributes=" + notification.audioAttributes); in dump()
254 final AudioAttributes attributes = getNotification().audioAttributes; in isAudioAttributesUsage()
DNotificationManagerService.java2084 AudioAttributes audioAttributes = audioAttributesForNotification(notification); in buzzBeepBlinkLocked() local
2089 AudioAttributes.toLegacyStreamType(audioAttributes)) != 0) in buzzBeepBlinkLocked()
2097 + " with attributes " + audioAttributes); in buzzBeepBlinkLocked()
2099 audioAttributes); in buzzBeepBlinkLocked()
2175 if (n.audioAttributes != null in audioAttributesForNotification()
2176 && !Notification.AUDIO_ATTRIBUTES_DEFAULT.equals(n.audioAttributes)) { in audioAttributesForNotification()
2178 return n.audioAttributes; in audioAttributesForNotification()
/frameworks/base/core/java/android/app/
DNotification.java316 public AudioAttributes audioAttributes = AUDIO_ATTRIBUTES_DEFAULT; field in Notification
1383 audioAttributes = AudioAttributes.CREATOR.createFromParcel(parcel); in Notification()
1461 if (this.audioAttributes != null) { in cloneInto()
1462 that.audioAttributes = new AudioAttributes.Builder(this.audioAttributes).build(); in cloneInto()
1629 if (audioAttributes != null) { in writeToParcel()
1631 audioAttributes.writeToParcel(parcel, 0); in writeToParcel()
2353 public Builder setSound(Uri sound, AudioAttributes audioAttributes) {
2355 mAudioAttributes = audioAttributes;
3166 n.audioAttributes = mAudioAttributes; in buildUnstyled()
3415 mAudioAttributes = n.audioAttributes; in restoreFromNotification()
/frameworks/base/media/java/android/media/
DMediaPlayer.java856 AudioAttributes audioAttributes, int audioSessionId) { in create() argument
860 final AudioAttributes aa = audioAttributes != null ? audioAttributes : in create()
919 AudioAttributes audioAttributes, int audioSessionId) { in create() argument
926 final AudioAttributes aa = audioAttributes != null ? audioAttributes : in create()
/frameworks/base/docs/html/sdk/api_diff/preview-21/
DmissingSinces.txt726 NO DOC BLOCK: android.app.Notification Field audioAttributes
/frameworks/base/docs/html/sdk/api_diff/21/
DmissingSinces.txt1057 NO DOC BLOCK: android.app.Notification Field audioAttributes
/frameworks/base/api/
Dsystem-current.txt4714 field public android.media.AudioAttributes audioAttributes;
Dcurrent.txt4624 field public android.media.AudioAttributes audioAttributes;