Home
last modified time | relevance | path

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

/packages/services/Car/car-test-lib/src/android/car/test/mocks/
DCarArgumentMatchers.java66 return argThat(new PropertyIdMatcher(prop)); in isProperty()
73 return argThat(new PropertyIdMatcher(prop, values)); in isPropertyWithValues()
132 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