Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/sound/
DAudioOutputSwitchPreferenceControllerTest.java500 BluetoothDevice connectedBtLeAduioDevice1 = in getConnectedLeAudioDevices_notInCachedDeviceList_shouldNotAddDeviceToList() local
502 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()