Searched defs:DEVICE_OUT_BLUETOOTH_A2DP (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/java/android/media/
H A DAudioSystem.java304 public static final int DEVICE_OUT_BLUETOOTH_A2DP = 0x80; field in class:AudioSystem
332 DEVICE_OUT_BLUETOOTH_A2DP |
350 public static final int DEVICE_OUT_ALL_A2DP = (DEVICE_OUT_BLUETOOTH_A2DP |
484 case DEVICE_OUT_BLUETOOTH_A2DP:
H A DAudioManager.java1509 if (AudioSystem.getDeviceConnectionState(DEVICE_OUT_BLUETOOTH_A2DP,"")
2905 public static final int DEVICE_OUT_BLUETOOTH_A2DP = AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP; field in class:AudioManager
3084 * {@link #DEVICE_OUT_BLUETOOTH_A2DP},

Completed in 71 milliseconds