Searched refs:audioStreamType (Results 1 – 15 of 15) sorted by relevance
35 .setSound(n.sound, n.audioStreamType) in add()
40 .setSound(n.sound, n.audioStreamType) in Builder()
213 pw.println(prefix + " audioStreamType=" + notification.audioStreamType); in dump()425 return getNotification().audioStreamType == stream; in isAudioStream()
2981 } else if (n.audioStreamType >= 0 && n.audioStreamType < AudioSystem.getNumStreamTypes()) { in audioAttributesForNotification()2984 .setInternalLegacyStreamType(n.audioStreamType) in audioAttributesForNotification()2986 } else if (n.audioStreamType == AudioSystem.STREAM_DEFAULT) { in audioAttributesForNotification()2989 Log.w(TAG, String.format("Invalid stream type: %d", n.audioStreamType)); in audioAttributesForNotification()
53 .setSound(n.sound, n.audioStreamType) in Builder()
68 .setSound(n.sound, n.audioStreamType) in Builder()
52 .setSound(n.sound, n.audioStreamType) in Builder()
79 .setSound(n.sound, n.audioStreamType) in Builder()
87 .setSound(n.sound, n.audioStreamType) in Builder()
359 public int audioStreamType = STREAM_DEFAULT; field in Notification1639 audioStreamType = parcel.readInt(); in readFromParcelImpl()1719 that.audioStreamType = this.audioStreamType; in cloneInto()1975 parcel.writeInt(audioStreamType); in writeToParcelImpl()2798 mN.audioStreamType = streamType; in setSound()
1067 mNotification.audioStreamType = Notification.STREAM_DEFAULT; in Builder()1307 mNotification.audioStreamType = Notification.STREAM_DEFAULT; in setSound()1324 mNotification.audioStreamType = streamType; in setSound()
4625 field public deprecated int audioStreamType;
4983 field public deprecated int audioStreamType;
5140 field public deprecated int audioStreamType;
4986 field public deprecated int audioStreamType;