Searched refs:mHalPropValue (Results 1 – 2 of 2) sorted by relevance
73 private final HalPropValue mHalPropValue; field in VehicleStub.AsyncGetSetRequest81 return mHalPropValue; in getHalPropValue()94 mHalPropValue = halPropValue; in AsyncGetSetRequest()105 private final HalPropValue mHalPropValue; field in VehicleStub.GetVehicleStubAsyncResult114 return mHalPropValue; in getHalPropValue()139 mHalPropValue = halPropValue; in GetVehicleStubAsyncResult()148 mHalPropValue = null; in GetVehicleStubAsyncResult()
131 private final HalPropValue mHalPropValue = mPropValueBuilder.build(HVAC_TEMPERATURE_SET, 0); field in VehicleHalTest133 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);