Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/sound/
DAudioOutputSwitchPreferenceControllerTest.java119 private CachedBluetoothDevice mCachedBluetoothDeviceR; field in AudioOutputSwitchPreferenceControllerTest
169 mCachedDevices.add(mCachedBluetoothDeviceR); in setUp()
485 when(mCachedBluetoothDeviceR.getDevice()).thenReturn(connectedBtLeAduioDevice); in getConnectedLeAudioDevices_disconnectedLeAudioDevice_shouldNotAddDeviceToList()
507 when(mCachedBluetoothDeviceR.getDevice()).thenReturn(connectedBtLeAduioDevice1); in getConnectedLeAudioDevices_notInCachedDeviceList_shouldNotAddDeviceToList()
DMediaOutputPreferenceControllerTest.java141 private CachedBluetoothDevice mCachedBluetoothDeviceR; field in MediaOutputPreferenceControllerTest
210 mCachedDevices.add(mCachedBluetoothDeviceR); in setUp()
333 when(mCachedBluetoothDeviceR.getDevice()).thenReturn(mSecondBluetoothDevice); in updateState_withActiveLeAudioDevice_setActivatedDeviceName()
DHandsFreeProfileOutputPreferenceControllerTest.java111 private CachedBluetoothDevice mCachedBluetoothDeviceR; field in HandsFreeProfileOutputPreferenceControllerTest
154 mCachedDevices.add(mCachedBluetoothDeviceR); in setUp()