Searched refs:cachedBluetoothDeviceManager (Results 1 – 2 of 2) sorted by relevance
111 final CachedBluetoothDeviceManager cachedBluetoothDeviceManager = mock( in setUp() local114 cachedBluetoothDeviceManager); in setUp()115 when(cachedBluetoothDeviceManager.findDevice(any())).thenReturn(null); in setUp()
1007 final CachedBluetoothDeviceManager cachedBluetoothDeviceManager = in addMediaDevice_verifyDeviceTypeCanCorrespondToMediaDevice() local1032 .thenReturn(cachedBluetoothDeviceManager); in addMediaDevice_verifyDeviceTypeCanCorrespondToMediaDevice()1033 when(cachedBluetoothDeviceManager.findDevice(any(BluetoothDevice.class))) in addMediaDevice_verifyDeviceTypeCanCorrespondToMediaDevice()1048 final CachedBluetoothDeviceManager cachedBluetoothDeviceManager = in addMediaDevice_cachedBluetoothDeviceIsNull_shouldNotAdded() local1054 .thenReturn(cachedBluetoothDeviceManager); in addMediaDevice_cachedBluetoothDeviceIsNull_shouldNotAdded()1055 when(cachedBluetoothDeviceManager.findDevice(any(BluetoothDevice.class))) in addMediaDevice_cachedBluetoothDeviceIsNull_shouldNotAdded()1067 final CachedBluetoothDeviceManager cachedBluetoothDeviceManager = in addMediaDevice_deviceIncludedInSelectedDevices_shouldSetAsCurrentConnected() local1080 .thenReturn(cachedBluetoothDeviceManager); in addMediaDevice_deviceIncludedInSelectedDevices_shouldSetAsCurrentConnected()1081 when(cachedBluetoothDeviceManager.findDevice(any(BluetoothDevice.class))) in addMediaDevice_deviceIncludedInSelectedDevices_shouldSetAsCurrentConnected()