Searched refs:isPropertyWithValues (Results 1 – 4 of 4) sorted by relevance
21 import static android.car.test.mocks.CarArgumentMatchers.isPropertyWithValues;118 when(mIVehicle.set(isPropertyWithValues(VEHICLE_PROP_NAME, VEHICLE_PROP_VALUE))).thenReturn( in testIsPropertyWithValues()
46 public static HalPropValue isPropertyWithValues(int prop, int...values) { in isPropertyWithValues() method in HalPropValueMatcher
31 import static com.android.car.hal.HalPropValueMatcher.isPropertyWithValues;1911 when(mVehicleHal.get(isPropertyWithValues(USER_IDENTIFICATION_ASSOCIATION, in replyToValidGetUserIdentificationRequest()1930 when(mVehicleHal.get(isPropertyWithValues(USER_IDENTIFICATION_ASSOCIATION, in replyToValidGetUserIdentificationRequestWithException()2030 verify(mVehicleHal).get(isPropertyWithValues(USER_IDENTIFICATION_ASSOCIATION, in verifyValidGetUserIdentificationRequestMade()
72 public static VehiclePropValue isPropertyWithValues(int prop, int...values) { in isPropertyWithValues() method in CarArgumentMatchers