Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/android/car/test/mocks/
DCarArgumentMatchersTest.java20 import static android.car.test.mocks.CarArgumentMatchers.isProperty;
105 when(mIVehicle.set(isProperty(VEHICLE_PROP_NAME))).thenReturn(StatusCode.OK); in testIsProperty()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DHalPropValueMatcher.java39 public static HalPropValue isProperty(int prop) { in isProperty() method in HalPropValueMatcher
DUserHalServiceTest.java30 import static com.android.car.hal.HalPropValueMatcher.isProperty;
1875 }).when(mVehicleHal).set(isProperty(prop)); in replySetPropertyWithOnChangeEvent()
1885 .set(isProperty(prop)); in replySetPropertyWithTimeoutException()
/packages/services/Car/libs/car-test-lib/src/android/car/test/mocks/
DCarArgumentMatchers.java65 public static VehiclePropValue isProperty(int prop) { in isProperty() method in CarArgumentMatchers