Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/fakevhal/
DFakeVehicleStubUnitTest.java792 HalPropValue oldPropValue = fakeVehicleStub.get(requestPropValue); in testSetMethodPropDefaultValueExist() local
797 expect.that(updatedPropValue.getFloatValue(0)).isNotEqualTo(oldPropValue.getFloatValue(0)); in testSetMethodPropDefaultValueExist()
798 expect.that(updatedPropValue.getTimestamp()).isNotEqualTo(oldPropValue.getTimestamp()); in testSetMethodPropDefaultValueExist()
942 HalPropValue oldPropValue = fakeVehicleStub.get(requestPropValue); in testSetMethodAreaConfigHasNoLimit() local
946 expect.that(oldPropValue.getInt32Value(0)).isEqualTo(0); in testSetMethodAreaConfigHasNoLimit()
963 HalPropValue oldPropValue = fakeVehicleStub.get(requestPropValue); in testSetMethodForHvacProp() local
967 expect.that(oldPropValue.getInt32Value(0)).isEqualTo(3); in testSetMethodForHvacProp()
1008 HalPropValue oldPropValue = getOldAsyncResult.get(0).getHalPropValue(); in testSetAsyncForSingleProp() local
1026 expect.that(updatedPropValue.getFloatValue(0)).isNotEqualTo(oldPropValue.getFloatValue(0)); in testSetAsyncForSingleProp()
1027 expect.that(updatedPropValue.getTimestamp()).isNotEqualTo(oldPropValue.getTimestamp()); in testSetAsyncForSingleProp()