Home
last modified time | relevance | path

Searched refs:device6 (Results 1 – 2 of 2) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBluetoothDeviceManagerTest.java93 private BluetoothDevice device6; field in BluetoothDeviceManagerTest
107 device6 = makeBluetoothDevice("00:00:00:00:00:06"); in setUp()
201 buildConnectionActionIntent(BluetoothHeadset.STATE_CONNECTED, device6, in testMultiDeviceConnectAndDisconnect()
203 leAudioCallbacksTest.getValue().onGroupNodeAdded(device6, 2); in testMultiDeviceConnectAndDisconnect()
204 when(mBluetoothLeAudio.getConnectedGroupLeadDevice(2)).thenReturn(device6); in testMultiDeviceConnectAndDisconnect()
205 when(mBluetoothLeAudio.getGroupId(device6)).thenReturn(1); in testMultiDeviceConnectAndDisconnect()
217 buildConnectionActionIntent(BluetoothHeadset.STATE_DISCONNECTED, device6, in testMultiDeviceConnectAndDisconnect()
227 when(mBluetoothLeAudio.getGroupId(device6)).thenReturn(1); in testLeAudioMissedGroupCallbackBeforeConnected()
233 buildConnectionActionIntent(BluetoothHeadset.STATE_CONNECTED, device6, in testLeAudioMissedGroupCallbackBeforeConnected()
245 leAudioCallbacksTest.getValue().onGroupNodeAdded(device6, 1); in testLeAudioGroupAvailableBeforeConnect()
[all …]
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bass_client/
DBassClientServiceTest.java2645 final BluetoothDevice device6 = in testSelectSource_orderOfSyncRegistering() local
2729 device6, in testSelectSource_orderOfSyncRegistering()
2795 onSyncEstablished(device6, TEST_SYNC_HANDLE + 1); in testSelectSource_orderOfSyncRegistering()