Searched refs:audioStreamType (Results 1 – 5 of 5) sorted by relevance
321 } else if (n.audioStreamType >= 0 in calculateAttributes()322 && n.audioStreamType < AudioSystem.getNumStreamTypes()) { in calculateAttributes()325 .setInternalLegacyStreamType(n.audioStreamType) in calculateAttributes()327 } else if (n.audioStreamType != AudioSystem.STREAM_DEFAULT) { in calculateAttributes()328 Log.w(TAG, String.format("Invalid stream type: %d", n.audioStreamType)); in calculateAttributes()564 pw.println(prefix + "n.audioStreamType=" + notification.audioStreamType); in dump()
437 public int audioStreamType = STREAM_DEFAULT; field in Notification2253 audioStreamType = parcel.readInt(); in readFromParcelImpl()2361 that.audioStreamType = this.audioStreamType; in cloneInto()2674 parcel.writeInt(audioStreamType); in writeToParcelImpl()4075 mN.audioStreamType = streamType; in setSound()
4625 field public deprecated int audioStreamType;
5381 field @Deprecated public int audioStreamType;