Home
last modified time | relevance | path

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

/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DVehiclePropertyIdsTest.java88 List<String> filteredCarServiceNames = carServiceNames.stream().filter( in testMatchingVehiclePropertyNamesInVehicleHal() local
91 assertThat(expectedCarServiceNames).containsExactlyElementsIn(filteredCarServiceNames); in testMatchingVehiclePropertyNamesInVehicleHal()