Home
last modified time | relevance | path

Searched refs:ROUTE_BLUETOOTH (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
DAudioState.java42 public static final int ROUTE_BLUETOOTH = 0x00000002; field in AudioState
57 private static final int ROUTE_ALL = ROUTE_EARPIECE | ROUTE_BLUETOOTH | ROUTE_WIRED_HEADSET |
117 if ((route & ROUTE_BLUETOOTH) == ROUTE_BLUETOOTH) { in audioRouteToString()
DCallAudioState.java45 @IntDef(value={ROUTE_EARPIECE, ROUTE_BLUETOOTH, ROUTE_WIRED_HEADSET, ROUTE_SPEAKER},
53 public static final int ROUTE_BLUETOOTH = 0x00000002; field in CallAudioState
72 public static final int ROUTE_ALL = ROUTE_EARPIECE | ROUTE_BLUETOOTH | ROUTE_WIRED_HEADSET |
226 if ((route & ROUTE_BLUETOOTH) == ROUTE_BLUETOOTH) { in audioRouteToString()
DInCallAdapter.java224 mAdapter.setAudioRoute(CallAudioState.ROUTE_BLUETOOTH, bluetoothAddress); in requestBluetoothAudio()
DPhoneAccount.java1083 if (hasAudioRoutes(CallAudioState.ROUTE_BLUETOOTH)) { in audioRoutesToString()
DConnection.java2911 l.onAudioRouteChanged(this, CallAudioState.ROUTE_BLUETOOTH, in requestBluetoothAudio()
/frameworks/base/media/java/android/media/
DAudioSystem.java216 @Deprecated public static final int ROUTE_BLUETOOTH = (1 << 2); field in AudioSystem
DAudioManager.java2016 @Deprecated public static final int ROUTE_BLUETOOTH = AudioSystem.ROUTE_BLUETOOTH_SCO; field in AudioManager
/frameworks/base/api/
Dsystem-current.txt7682 field @Deprecated public static final int ROUTE_BLUETOOTH = 2; // 0x2
Dcurrent.txt23670 field @Deprecated public static final int ROUTE_BLUETOOTH = 4; // 0x4
43729 field public static final int ROUTE_BLUETOOTH = 2; // 0x2
/frameworks/base/non-updatable-api/
Dsystem-current.txt7580 field @Deprecated public static final int ROUTE_BLUETOOTH = 2; // 0x2
Dcurrent.txt23670 field @Deprecated public static final int ROUTE_BLUETOOTH = 4; // 0x4
43585 field public static final int ROUTE_BLUETOOTH = 2; // 0x2
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt14148 field public static final deprecated int ROUTE_BLUETOOTH = 4; // 0x4
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt35000 Landroid/media/AudioSystem;->ROUTE_BLUETOOTH:I