Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
H A DBluetoothProfileDeviceManagerTest.java337 ArrayList<BluetoothDevice> expectedDevices = makeDeviceList(expected); in assertDeviceList() local
338 Assert.assertEquals(expectedDevices, devices); in assertDeviceList()