Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
DNotificationBackendTest.java208 CachedBluetoothDevice cbd1 = mock(CachedBluetoothDevice.class); in getDeviceList_noAssociations() local
209 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() local
240 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() local
257 when(cbd1.getAddress()).thenReturn(macs[0]); in getDeviceList_multipleDevices()
[all …]