Searched refs:PropertyIdMatcher (Results 1 – 2 of 2) sorted by relevance
40 return argThat(new PropertyIdMatcher(prop)); in isProperty()47 return argThat(new PropertyIdMatcher(prop, values)); in isPropertyWithValues()50 private static class PropertyIdMatcher implements ArgumentMatcher<HalPropValue> { class in HalPropValueMatcher55 private PropertyIdMatcher(int prop) { in PropertyIdMatcher() method in HalPropValueMatcher.PropertyIdMatcher59 private PropertyIdMatcher(int prop, int[] values) { in PropertyIdMatcher() method in HalPropValueMatcher.PropertyIdMatcher
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