Searched defs:DEVICE_OUT_BLUETOOTH_A2DP (Results 1 - 2 of 2) sorted by last modified time

/frameworks/base/media/java/android/media/
H A DAudioManager.java1504 if (AudioSystem.getDeviceConnectionState(DEVICE_OUT_BLUETOOTH_A2DP,"")
3024 public static final int DEVICE_OUT_BLUETOOTH_A2DP = AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP; field in class:AudioManager
3203 * {@link #DEVICE_OUT_BLUETOOTH_A2DP},
H A DAudioSystem.java357 public static final int DEVICE_OUT_BLUETOOTH_A2DP = 0x80; field in class:AudioSystem
386 DEVICE_OUT_BLUETOOTH_A2DP |
405 public static final int DEVICE_OUT_ALL_A2DP = (DEVICE_OUT_BLUETOOTH_A2DP |
543 case DEVICE_OUT_BLUETOOTH_A2DP:

Completed in 70 milliseconds