Searched refs:cbd2 (Results 1 – 1 of 1) sorted by relevance
261 CachedBluetoothDevice cbd2 = mock(CachedBluetoothDevice.class); in getDeviceList_multipleDevices() local262 when(cbd2.getAddress()).thenReturn(macs[1]); in getDeviceList_multipleDevices()263 when(cbd2.getName()).thenReturn("Device 2"); in getDeviceList_multipleDevices()264 cachedDevices.add(cbd2); in getDeviceList_multipleDevices()