Searched refs:getPairedBluetoothDevices (Results 1 – 2 of 2) sorted by relevance
182 doReturn(mBluetoothDeviceList).when(mBluetoothDevicesSlice).getPairedBluetoothDevices(); in getSlice_hasBluetoothDevices_shouldMatchBluetoothMockTitle()195 doReturn(mBluetoothDeviceList).when(mBluetoothDevicesSlice).getPairedBluetoothDevices(); in getSlice_hasAvailableMediaDevice_shouldBuildPrimaryBluetoothAction()206 doReturn(mBluetoothDeviceList).when(mBluetoothDevicesSlice).getPairedBluetoothDevices(); in getSlice_hasPreviouslyConnectedDevice_shouldBuildPrimaryBluetoothAction()217 doReturn(mBluetoothDeviceList).when(mBluetoothDevicesSlice).getPairedBluetoothDevices(); in getSlice_hasNonMediaDeviceConnected_shouldNotBuildPrimaryBluetoothAction()227 doReturn(mBluetoothDeviceList).when(mBluetoothDevicesSlice).getPairedBluetoothDevices(); in getSlice_exceedDefaultRowCount_shouldOnlyShowHeaderAndDefaultRowCount()240 doReturn(mBluetoothDeviceList).when(mBluetoothDevicesSlice).getPairedBluetoothDevices(); in onNotifyChange_connectedDevice_shouldActivateDevice()255 doReturn(mBluetoothDeviceList).when(mBluetoothDevicesSlice).getPairedBluetoothDevices(); in onNotifyChange_availableDisconnectedDevice_shouldConnectToDevice()270 doReturn(mBluetoothDeviceList).when(mBluetoothDevicesSlice).getPairedBluetoothDevices(); in onNotifyChange_busyDisconnectedDevice_shouldDoNothing()
158 for (CachedBluetoothDevice device : getPairedBluetoothDevices()) { in onNotifyChange()176 List<CachedBluetoothDevice> getPairedBluetoothDevices() { in getPairedBluetoothDevices() method in BluetoothDevicesSlice290 final List<CachedBluetoothDevice> pairedDevices = getPairedBluetoothDevices(); in getBluetoothRowBuilders()