Searched refs:ROUTE_BLUETOOTH (Results 1 - 7 of 7) 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.java45 @IntDef(value={ROUTE_EARPIECE, ROUTE_BLUETOOTH, ROUTE_WIRED_HEADSET, ROUTE_SPEAKER},
53 public static final int ROUTE_BLUETOOTH = 0x00000002; field in class:CallAudioState
72 public static final int ROUTE_ALL = ROUTE_EARPIECE | ROUTE_BLUETOOTH | ROUTE_WIRED_HEADSET |
88 * {@link #ROUTE_BLUETOOTH}
94 * {@link #ROUTE_BLUETOOTH}
197 * Will not be {@code null} if {@link #getRoute()} returns {@link #ROUTE_BLUETOOTH}.
226 if ((route & ROUTE_BLUETOOTH) == ROUTE_BLUETOOTH) {
H A DInCallAdapter.java161 mAdapter.setAudioRoute(CallAudioState.ROUTE_BLUETOOTH, bluetoothAddress);
H A DPhoneAccount.java998 if (hasAudioRoutes(CallAudioState.ROUTE_BLUETOOTH)) {
H A DConnection.java2592 * @param route The audio route to use (one of {@link CallAudioState#ROUTE_BLUETOOTH},
2618 l.onAudioRouteChanged(this, CallAudioState.ROUTE_BLUETOOTH,
/frameworks/base/media/java/android/media/
H A DAudioSystem.java136 @Deprecated public static final int ROUTE_BLUETOOTH = (1 << 2); field in class:AudioSystem
H A DAudioManager.java1776 @Deprecated public static final int ROUTE_BLUETOOTH = AudioSystem.ROUTE_BLUETOOTH_SCO; field in class:AudioManager

Completed in 778 milliseconds