Searched defs:ROUTE_BLUETOOTH (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
H A DAudioState.java38 public static final int ROUTE_BLUETOOTH = 0x00000002; field in class:AudioState
53 private static final int ROUTE_ALL = ROUTE_EARPIECE | ROUTE_BLUETOOTH | ROUTE_WIRED_HEADSET |
109 if ((route & ROUTE_BLUETOOTH) == ROUTE_BLUETOOTH) {
H A DCallAudioState.java33 public static final int ROUTE_BLUETOOTH = 0x00000002; field in class:CallAudioState
48 private static final int ROUTE_ALL = ROUTE_EARPIECE | ROUTE_BLUETOOTH | ROUTE_WIRED_HEADSET |
62 * {@link #ROUTE_BLUETOOTH}
68 * {@link #ROUTE_BLUETOOTH}
152 if ((route & ROUTE_BLUETOOTH) == ROUTE_BLUETOOTH) {
/frameworks/base/media/java/android/media/
H A DAudioSystem.java118 @Deprecated public static final int ROUTE_BLUETOOTH = (1 << 2); field in class:AudioSystem
H A DAudioManager.java1663 @Deprecated public static final int ROUTE_BLUETOOTH = AudioSystem.ROUTE_BLUETOOTH_SCO; field in class:AudioManager

Completed in 74 milliseconds