Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/sound/
DAudioOutputSwitchPreferenceControllerTest.java478 BluetoothDevice connectedBtLeAduioDevice = in getConnectedLeAudioDevices_disconnectedLeAudioDevice_shouldNotAddDeviceToList() local
480 when(connectedBtLeAduioDevice.isConnected()).thenReturn(true); in getConnectedLeAudioDevices_disconnectedLeAudioDevice_shouldNotAddDeviceToList()
485 when(mCachedBluetoothDeviceR.getDevice()).thenReturn(connectedBtLeAduioDevice); in getConnectedLeAudioDevices_disconnectedLeAudioDevice_shouldNotAddDeviceToList()
489 mProfileConnectedDevices.add(connectedBtLeAduioDevice); in getConnectedLeAudioDevices_disconnectedLeAudioDevice_shouldNotAddDeviceToList()
495 assertThat(mEmptyDevices).containsExactly(mBluetoothDevice, connectedBtLeAduioDevice); in getConnectedLeAudioDevices_disconnectedLeAudioDevice_shouldNotAddDeviceToList()