Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
DNotificationBackendTest.java261 CachedBluetoothDevice cbd2 = mock(CachedBluetoothDevice.class); in getDeviceList_multipleDevices() local
262 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()