HomeSort by relevance Sort by last modified time
    Searched refs:isStreamFromOutputDevice (Results 1 - 4 of 4) sorted by null

  /packages/apps/Settings/src/com/android/settings/sound/
MediaOutputPreferenceController.java 55 if (isStreamFromOutputDevice(STREAM_MUSIC, DEVICE_OUT_REMOTE_SUBMIX)) {
96 if (isStreamFromOutputDevice(STREAM_MUSIC, DEVICE_OUT_USB_HEADSET)) {
AudioSwitchPreferenceController.java 247 protected boolean isStreamFromOutputDevice(int streamType, int device) {
323 if (isStreamFromOutputDevice(STREAM_MUSIC, DEVICE_OUT_ALL_A2DP)) {
325 } else if (isStreamFromOutputDevice(STREAM_VOICE_CALL, DEVICE_OUT_ALL_SCO)) {
327 } else if (isStreamFromOutputDevice(streamType, DEVICE_OUT_HEARING_AID)) {
HandsFreeProfileOutputPreferenceController.java 84 if (isStreamFromOutputDevice(STREAM_VOICE_CALL, DEVICE_OUT_USB_HEADSET)) {
  /packages/apps/Settings/tests/robotests/src/com/android/settings/sound/
AudioOutputSwitchPreferenceControllerTest.java 308 * isStreamFromOutputDevice should return true.
314 assertThat(mController.isStreamFromOutputDevice(STREAM_MUSIC, DEVICE_OUT_ALL_SCO)).isTrue();

Completed in 153 milliseconds