Home
last modified time | relevance | path

Searched refs:stream_voice_call (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/panel/component/volume/slider/ui/viewmodel/
DAudioStreamSliderViewModel.kt75 AudioStream(AudioManager.STREAM_VOICE_CALL) to R.string.stream_voice_call, in <lambda>()
76 AudioStream(AudioManager.STREAM_BLUETOOTH_SCO) to R.string.stream_voice_call, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogControllerImpl.java124 STREAMS.put(AudioSystem.STREAM_VOICE_CALL, R.string.stream_voice_call); in STREAMS.put() argument