Home
last modified time | relevance | path

Searched refs:ACTIVE_DEVICE_ALL (Results 1 – 7 of 7) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBluetoothDeviceManagerTest.java408 eq(BluetoothAdapter.ACTIVE_DEVICE_ALL))).thenReturn(true); in testConnectDisconnectAudioHeadset()
413 eq(BluetoothAdapter.ACTIVE_DEVICE_ALL)); in testConnectDisconnectAudioHeadset()
427 eq(BluetoothAdapter.ACTIVE_DEVICE_ALL))).thenReturn(true); in testConnectDisconnectAudioHearingAid()
440 verify(mAdapter).setActiveDevice(device5, BluetoothAdapter.ACTIVE_DEVICE_ALL); in testConnectDisconnectAudioHearingAid()
462 eq(BluetoothAdapter.ACTIVE_DEVICE_ALL))).thenReturn(true); in testConnectDisconnectAudioLeAudio()
475 verify(mAdapter).setActiveDevice(device5, BluetoothAdapter.ACTIVE_DEVICE_ALL); in testConnectDisconnectAudioLeAudio()
502 eq(BluetoothAdapter.ACTIVE_DEVICE_ALL))).thenReturn(true); in testConnectEarbudLeAudio()
504 verify(mAdapter).setActiveDevice(device5, BluetoothAdapter.ACTIVE_DEVICE_ALL); in testConnectEarbudLeAudio()
519 verify(mAdapter).setActiveDevice(device6, BluetoothAdapter.ACTIVE_DEVICE_ALL); in testConnectEarbudLeAudio()
536 eq(BluetoothAdapter.ACTIVE_DEVICE_ALL))).thenReturn(true); in testConnectMultipleLeAudioDevices()
[all …]
DBluetoothRouteManagerTest.java366 eq(BluetoothAdapter.ACTIVE_DEVICE_ALL))).thenReturn(true); in resetMocks()
/packages/services/Telecomm/src/com/android/server/telecom/bluetooth/
DBluetoothDeviceManager.java802 device, BluetoothAdapter.ACTIVE_DEVICE_ALL)) { in connectAudio()
816 if (mBluetoothAdapter.setActiveDevice(device, BluetoothAdapter.ACTIVE_DEVICE_ALL)) { in connectAudio()
876 return mBluetoothAdapter.setActiveDevice(device, BluetoothAdapter.ACTIVE_DEVICE_ALL); in connectAudio()
913 BluetoothAdapter.ACTIVE_DEVICE_ALL); in restoreHearingAidDevice()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/
DAdapterServiceBinderTest.java135 int profiles = BluetoothAdapter.ACTIVE_DEVICE_ALL; in removeActiveDevice()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothAdapter.java522 value = {ACTIVE_DEVICE_AUDIO, ACTIVE_DEVICE_PHONE_CALL, ACTIVE_DEVICE_ALL})
545 @SystemApi public static final int ACTIVE_DEVICE_ALL = 2; field in BluetoothAdapter
2150 && profiles != ACTIVE_DEVICE_ALL) { in removeActiveDevice()
2202 && profiles != ACTIVE_DEVICE_ALL) { in setActiveDevice()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterService.java5080 case BluetoothAdapter.ACTIVE_DEVICE_ALL: in setActiveDevice()
/packages/modules/Bluetooth/framework/api/
Dsystem-current.txt107 field public static final int ACTIVE_DEVICE_ALL = 2; // 0x2