Searched refs:audioStreamType (Results 1 – 12 of 12) sorted by relevance
35 .setSound(n.sound, n.audioStreamType) in add()
40 .setSound(n.sound, n.audioStreamType) in Builder()
138 pw.println(prefix + " audioStreamType=" + notification.audioStreamType); in dump()282 return getNotification().audioStreamType == stream; in isAudioStream()
2480 } else if (n.audioStreamType >= 0 && n.audioStreamType < AudioSystem.getNumStreamTypes()) { in audioAttributesForNotification()2483 .setInternalLegacyStreamType(n.audioStreamType) in audioAttributesForNotification()2485 } else if (n.audioStreamType == AudioSystem.STREAM_DEFAULT) { in audioAttributesForNotification()2488 Log.w(TAG, String.format("Invalid stream type: %d", n.audioStreamType)); in audioAttributesForNotification()
51 .setSound(n.sound, n.audioStreamType) in Builder()
50 .setSound(n.sound, n.audioStreamType) in Builder()
74 .setSound(n.sound, n.audioStreamType) in Builder()
312 public int audioStreamType = STREAM_DEFAULT; field in Notification1446 audioStreamType = parcel.readInt(); in Notification()1525 that.audioStreamType = this.audioStreamType; in cloneInto()1701 parcel.writeInt(audioStreamType); in writeToParcel()1811 builder.setSound(this.sound, this.audioStreamType); in setLatestEventInfo()3334 n.audioStreamType = mAudioStreamType; in buildUnstyled()3583 mAudioStreamType = n.audioStreamType; in restoreFromNotification()
82 .setSound(n.sound, n.audioStreamType) in Builder()
940 mNotification.audioStreamType = Notification.STREAM_DEFAULT; in Builder()1161 mNotification.audioStreamType = Notification.STREAM_DEFAULT; in setSound()1178 mNotification.audioStreamType = streamType; in setSound()
4771 field public deprecated int audioStreamType;
4888 field public deprecated int audioStreamType;