Home
last modified time | relevance | path

Searched refs:audioStreamType (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java321 } 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()
/frameworks/base/core/java/android/app/
DNotification.java437 public int audioStreamType = STREAM_DEFAULT; field in Notification
2253 audioStreamType = parcel.readInt(); in readFromParcelImpl()
2361 that.audioStreamType = this.audioStreamType; in cloneInto()
2674 parcel.writeInt(audioStreamType); in writeToParcelImpl()
4075 mN.audioStreamType = streamType; in setSound()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt4625 field public deprecated int audioStreamType;
/frameworks/base/non-updatable-api/
Dcurrent.txt5381 field @Deprecated public int audioStreamType;
/frameworks/base/api/
Dcurrent.txt5381 field @Deprecated public int audioStreamType;