Searched refs:device5 (Results 1 – 3 of 3) sorted by relevance
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | BluetoothDeviceManagerTest.java | 92 private BluetoothDevice device5; field in BluetoothDeviceManagerTest 106 device5 = makeBluetoothDevice("00:00:00:00:00:05"); in setUp() 175 buildConnectionActionIntent(BluetoothHeadset.STATE_CONNECTED, device5, in testAddDeviceFailsWhenServicesAreNull() 191 buildConnectionActionIntent(BluetoothHeadset.STATE_CONNECTED, device5, in testMultiDeviceConnectAndDisconnect() 193 leAudioCallbacksTest.getValue().onGroupNodeAdded(device5, 1); in testMultiDeviceConnectAndDisconnect() 194 when(mBluetoothLeAudio.getGroupId(device5)).thenReturn(1); in testMultiDeviceConnectAndDisconnect() 195 when(mBluetoothLeAudio.getConnectedGroupLeadDevice(1)).thenReturn(device5); in testMultiDeviceConnectAndDisconnect() 210 buildConnectionActionIntent(BluetoothHeadset.STATE_DISCONNECTED, device5, in testMultiDeviceConnectAndDisconnect() 226 when(mBluetoothLeAudio.getGroupId(device5)).thenReturn(1); in testLeAudioMissedGroupCallbackBeforeConnected() 230 buildConnectionActionIntent(BluetoothHeadset.STATE_CONNECTED, device5, in testLeAudioMissedGroupCallbackBeforeConnected() [all …]
|
/packages/modules/Bluetooth/system/gd/storage/ |
D | device_test.cc | 217 Device device5 = std::move(device2); in TEST() local 218 ASSERT_EQ(device1, device5); in TEST() 221 ASSERT_THAT(device5.GetName(), Optional(StrEq("hello"))); in TEST()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bass_client/ |
D | BassClientServiceTest.java | 2277 final BluetoothDevice device5 = in testSelectSource_queueAndRemoveAfterMaxLimit() local 2423 onScanResult(device5, broadcastId5); in testSelectSource_queueAndRemoveAfterMaxLimit() 2448 onSyncEstablished(device5, handle5); in testSelectSource_queueAndRemoveAfterMaxLimit() 2459 assertThat(mBassClientService.getDeviceForSyncHandle(handle5)).isEqualTo(device5); in testSelectSource_queueAndRemoveAfterMaxLimit() 2484 final BluetoothDevice device5 = in testAddSourceToUnsyncedSource_causesSyncBeforeAddingSource() local 2510 onScanResult(device5, broadcastId5); in testAddSourceToUnsyncedSource_causesSyncBeforeAddingSource() 2516 onSyncEstablished(device5, handle5); in testAddSourceToUnsyncedSource_causesSyncBeforeAddingSource() 2530 assertThat(mBassClientService.getDeviceForSyncHandle(handle5)).isEqualTo(device5); in testAddSourceToUnsyncedSource_causesSyncBeforeAddingSource() 2599 assertThat(mBassClientService.getDeviceForSyncHandle(handle5)).isEqualTo(device5); in testAddSourceToUnsyncedSource_causesSyncBeforeAddingSource() 2642 final BluetoothDevice device5 = in testSelectSource_orderOfSyncRegistering() local [all …]
|