Searched refs:connectedBtLeAduioDevice1 (Results 1 – 1 of 1) sorted by relevance
500 BluetoothDevice connectedBtLeAduioDevice1 = in getConnectedLeAudioDevices_notInCachedDeviceList_shouldNotAddDeviceToList() local502 when(connectedBtLeAduioDevice1.isConnected()).thenReturn(true); in getConnectedLeAudioDevices_notInCachedDeviceList_shouldNotAddDeviceToList()507 when(mCachedBluetoothDeviceR.getDevice()).thenReturn(connectedBtLeAduioDevice1); in getConnectedLeAudioDevices_notInCachedDeviceList_shouldNotAddDeviceToList()510 mProfileConnectedDevices.add(connectedBtLeAduioDevice1); in getConnectedLeAudioDevices_notInCachedDeviceList_shouldNotAddDeviceToList()516 assertThat(mEmptyDevices).containsExactly(connectedBtLeAduioDevice1); in getConnectedLeAudioDevices_notInCachedDeviceList_shouldNotAddDeviceToList()