Searched refs:expectedDevices (Results 1 – 1 of 1) sorted by relevance
337 ArrayList<BluetoothDevice> expectedDevices = makeDeviceList(expected); in assertDeviceList() local338 Assert.assertEquals(expectedDevices, devices); in assertDeviceList()