Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/sound/
DAudioOutputSwitchPreferenceControllerTest.java117 private CachedBluetoothDevice mCachedBluetoothDeviceL; field in AudioOutputSwitchPreferenceControllerTest
168 mCachedDevices.add(mCachedBluetoothDeviceL); in setUp()
465 when(mCachedBluetoothDeviceL.getDevice()).thenReturn(mBluetoothDevice); in getConnectedLeAudioDevices_connectedLeAudioDevice_shouldAddDeviceToList()
484 when(mCachedBluetoothDeviceL.getDevice()).thenReturn(mBluetoothDevice); in getConnectedLeAudioDevices_disconnectedLeAudioDevice_shouldNotAddDeviceToList()
506 when(mCachedBluetoothDeviceL.getDevice()).thenReturn(mBluetoothDevice); in getConnectedLeAudioDevices_notInCachedDeviceList_shouldNotAddDeviceToList()
DHandsFreeProfileOutputPreferenceControllerTest.java109 private CachedBluetoothDevice mCachedBluetoothDeviceL; field in HandsFreeProfileOutputPreferenceControllerTest
153 mCachedDevices.add(mCachedBluetoothDeviceL); in setUp()
499 when(mCachedBluetoothDeviceL.getDevice()).thenReturn(mBluetoothDevice); in updateState_leAudioDeviceActive_shouldSetActivatedDeviceName()
DMediaOutputPreferenceControllerTest.java139 private CachedBluetoothDevice mCachedBluetoothDeviceL; field in MediaOutputPreferenceControllerTest
209 mCachedDevices.add(mCachedBluetoothDeviceL); in setUp()
332 when(mCachedBluetoothDeviceL.getDevice()).thenReturn(mBluetoothDevice); in updateState_withActiveLeAudioDevice_setActivatedDeviceName()