Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/fakevhal/
DFakeVehicleStubUnitTest.java794 HalPropValue updatedPropValue = fakeVehicleStub.get(requestPropValue); in testSetMethodPropDefaultValueExist() local
796 expect.that(updatedPropValue.getFloatValue(0)).isEqualTo(10.0f); in testSetMethodPropDefaultValueExist()
797 expect.that(updatedPropValue.getFloatValue(0)).isNotEqualTo(oldPropValue.getFloatValue(0)); in testSetMethodPropDefaultValueExist()
798 expect.that(updatedPropValue.getTimestamp()).isNotEqualTo(oldPropValue.getTimestamp()); in testSetMethodPropDefaultValueExist()
823 HalPropValue updatedPropValue = fakeVehicleStub.get(requestPropValue); in testSetMethodPropDefaultValueNotExist() local
825 expect.that(updatedPropValue.getInt32Value(0)).isEqualTo(32); in testSetMethodPropDefaultValueNotExist()
894 HalPropValue updatedPropValue = fakeVehicleStub.get(requestPropValue); in testSetMethodGlobalPropWithNoAreaIdSetValueOutOfRange() local
896 expect.that(updatedPropValue.getInt32Value(0)).isEqualTo(120); in testSetMethodGlobalPropWithNoAreaIdSetValueOutOfRange()
944 HalPropValue updatedPropValue = fakeVehicleStub.get(requestPropValue); in testSetMethodAreaConfigHasNoLimit() local
947 expect.that(updatedPropValue.getInt32Value(0)).isEqualTo(32); in testSetMethodAreaConfigHasNoLimit()
[all …]