Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java324 } else if (n.audioStreamType >= 0 in calculateAttributes()
325 && n.audioStreamType < AudioSystem.getNumStreamTypes()) { in calculateAttributes()
328 .setInternalLegacyStreamType(n.audioStreamType) in calculateAttributes()
330 } else if (n.audioStreamType != AudioSystem.STREAM_DEFAULT) { in calculateAttributes()
331 Log.w(TAG, String.format("Invalid stream type: %d", n.audioStreamType)); in calculateAttributes()
572 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
2246 audioStreamType = parcel.readInt(); in readFromParcelImpl()
2354 that.audioStreamType = this.audioStreamType; in cloneInto()
2667 parcel.writeInt(audioStreamType); in writeToParcelImpl()
4072 mN.audioStreamType = streamType; in setSound()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...