Home
last modified time | relevance | path

Searched refs:mHalPropValue (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/service/src/com/android/car/
DVehicleStub.java73 private final HalPropValue mHalPropValue; field in VehicleStub.AsyncGetSetRequest
81 return mHalPropValue; in getHalPropValue()
94 mHalPropValue = halPropValue; in AsyncGetSetRequest()
105 private final HalPropValue mHalPropValue; field in VehicleStub.GetVehicleStubAsyncResult
114 return mHalPropValue; in getHalPropValue()
139 mHalPropValue = halPropValue; in GetVehicleStubAsyncResult()
148 mHalPropValue = null; in GetVehicleStubAsyncResult()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DVehicleHalTest.java131 private final HalPropValue mHalPropValue = mPropValueBuilder.build(HVAC_TEMPERATURE_SET, 0); field in VehicleHalTest
133 new AsyncGetSetRequest(REQUEST_ID_1, mHalPropValue, /* timeoutUptimeMs= */ 0);
135 new AsyncGetSetRequest(REQUEST_ID_2, mHalPropValue, /* timeoutUptimeMs= */ 0);
137 new AsyncGetSetRequest(REQUEST_ID_1, mHalPropValue, /* timeoutUptimeMs= */ 0);
335 assertThat(captor.getValue().get(0).getHalPropValue()).isEqualTo(mHalPropValue);
351 assertThat(captor.getValue().get(0).getHalPropValue()).isEqualTo(mHalPropValue);
353 assertThat(captor.getValue().get(1).getHalPropValue()).isEqualTo(mHalPropValue);
364 assertThat(captor.getValue().get(0).getHalPropValue()).isEqualTo(mHalPropValue);