Home
last modified time | relevance | path

Searched defs:STREAM_BLUETOOTH_SCO (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialogControllerImpl.java110 STREAMS.put(AudioSystem.STREAM_BLUETOOTH_SCO, R.string.stream_bluetooth_sco); in STREAMS.put()
/aosp12/frameworks/base/media/java/android/media/
H A DAudioSystem.java90 public static final int STREAM_BLUETOOTH_SCO = 6; field in AudioSystem
H A DAudioManager.java369 public static final int STREAM_BLUETOOTH_SCO = AudioSystem.STREAM_BLUETOOTH_SCO; field in AudioManager