Searched refs:cbd1 (Results 1 – 1 of 1) sorted by relevance
208 CachedBluetoothDevice cbd1 = mock(CachedBluetoothDevice.class); in getDeviceList_noAssociations() local209 when(cbd1.getAddress()).thenReturn("00:00:00:00:00:10"); in getDeviceList_noAssociations()210 when(cbd1.getName()).thenReturn("Device 1"); in getDeviceList_noAssociations()211 cachedDevices.add(cbd1); in getDeviceList_noAssociations()239 CachedBluetoothDevice cbd1 = mock(CachedBluetoothDevice.class); in getDeviceList_singleDevice() local240 when(cbd1.getAddress()).thenReturn(macs[0]); in getDeviceList_singleDevice()241 when(cbd1.getName()).thenReturn("Device 1"); in getDeviceList_singleDevice()242 cachedDevices.add(cbd1); in getDeviceList_singleDevice()256 CachedBluetoothDevice cbd1 = mock(CachedBluetoothDevice.class); in getDeviceList_multipleDevices() local257 when(cbd1.getAddress()).thenReturn(macs[0]); in getDeviceList_multipleDevices()[all …]