Searched refs:PropertyIdMatcher (Results 1 – 1 of 1) sorted by relevance
66 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 CarArgumentMatchers137 private PropertyIdMatcher(int prop) { in PropertyIdMatcher() method in CarArgumentMatchers.PropertyIdMatcher141 private PropertyIdMatcher(int prop, int[] values) { in PropertyIdMatcher() method in CarArgumentMatchers.PropertyIdMatcher