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

/frameworks/base/media/java/android/media/
H A DAudioSystem.java199 public static final int DEVICE_OUT_BLUETOOTH_A2DP = 0x80; field in class:AudioSystem
216 DEVICE_OUT_BLUETOOTH_A2DP |
225 public static final int DEVICE_OUT_ALL_A2DP = (DEVICE_OUT_BLUETOOTH_A2DP |
283 case DEVICE_OUT_BLUETOOTH_A2DP:
H A DAudioManager.java1291 if (AudioSystem.getDeviceConnectionState(DEVICE_OUT_BLUETOOTH_A2DP,"")
2304 public static final int DEVICE_OUT_BLUETOOTH_A2DP = AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP; field in class:AudioManager
2356 * {@link #DEVICE_OUT_BLUETOOTH_A2DP},

Completed in 83 milliseconds