Home
last modified time | relevance | path

Searched defs:PropertyIdMatcher (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DHalPropValueMatcher.java50 private static class PropertyIdMatcher implements ArgumentMatcher<HalPropValue> { class in HalPropValueMatcher
55 private PropertyIdMatcher(int prop) { in PropertyIdMatcher() method in HalPropValueMatcher.PropertyIdMatcher
59 private PropertyIdMatcher(int prop, int[] values) { in PropertyIdMatcher() method in HalPropValueMatcher.PropertyIdMatcher
/packages/services/Car/libs/car-test-lib/src/android/car/test/mocks/
DCarArgumentMatchers.java132 private static class PropertyIdMatcher implements ArgumentMatcher<VehiclePropValue> { class in CarArgumentMatchers
137 private PropertyIdMatcher(int prop) { in PropertyIdMatcher() method in CarArgumentMatchers.PropertyIdMatcher
141 private PropertyIdMatcher(int prop, int[] values) { in PropertyIdMatcher() method in CarArgumentMatchers.PropertyIdMatcher