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

/frameworks/base/media/java/android/media/
H A DAudioSystem.java219 public static final int DEVICE_OUT_BLUETOOTH_A2DP = 0x80; field in class:AudioSystem
238 DEVICE_OUT_BLUETOOTH_A2DP |
248 public static final int DEVICE_OUT_ALL_A2DP = (DEVICE_OUT_BLUETOOTH_A2DP |
328 case DEVICE_OUT_BLUETOOTH_A2DP:
H A DAudioManager.java1350 if (AudioSystem.getDeviceConnectionState(DEVICE_OUT_BLUETOOTH_A2DP,"")
2558 public static final int DEVICE_OUT_BLUETOOTH_A2DP = AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP; field in class:AudioManager
2610 * {@link #DEVICE_OUT_BLUETOOTH_A2DP},

Completed in 92 milliseconds