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

/frameworks/base/media/java/android/media/
H A DAudioSystem.java382 public static final int DEVICE_OUT_BLUETOOTH_A2DP = 0x80; field in class:AudioSystem
413 DEVICE_OUT_BLUETOOTH_A2DP |
434 public static final int DEVICE_OUT_ALL_A2DP = (DEVICE_OUT_BLUETOOTH_A2DP |
590 case DEVICE_OUT_BLUETOOTH_A2DP:
H A DAudioManager.java1481 if (AudioSystem.getDeviceConnectionState(DEVICE_OUT_BLUETOOTH_A2DP,"")
3372 public static final int DEVICE_OUT_BLUETOOTH_A2DP = AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP; field in class:AudioManager
3552 * {@link #DEVICE_OUT_BLUETOOTH_A2DP},

Completed in 324 milliseconds