Searched refs:isProperty (Results 1 – 4 of 4) sorted by relevance
20 import static android.car.test.mocks.CarArgumentMatchers.isProperty;105 when(mIVehicle.set(isProperty(VEHICLE_PROP_NAME))).thenReturn(StatusCode.OK); in testIsProperty()
39 public static HalPropValue isProperty(int prop) { in isProperty() method in HalPropValueMatcher
30 import static com.android.car.hal.HalPropValueMatcher.isProperty;1875 }).when(mVehicleHal).set(isProperty(prop)); in replySetPropertyWithOnChangeEvent()1885 .set(isProperty(prop)); in replySetPropertyWithTimeoutException()
65 public static VehiclePropValue isProperty(int prop) { in isProperty() method in CarArgumentMatchers