Searched refs:updatedPropValue (Results 1 – 1 of 1) sorted by relevance
794 HalPropValue updatedPropValue = fakeVehicleStub.get(requestPropValue); in testSetMethodPropDefaultValueExist() local796 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() local825 expect.that(updatedPropValue.getInt32Value(0)).isEqualTo(32); in testSetMethodPropDefaultValueNotExist()894 HalPropValue updatedPropValue = fakeVehicleStub.get(requestPropValue); in testSetMethodGlobalPropWithNoAreaIdSetValueOutOfRange() local896 expect.that(updatedPropValue.getInt32Value(0)).isEqualTo(120); in testSetMethodGlobalPropWithNoAreaIdSetValueOutOfRange()944 HalPropValue updatedPropValue = fakeVehicleStub.get(requestPropValue); in testSetMethodAreaConfigHasNoLimit() local947 expect.that(updatedPropValue.getInt32Value(0)).isEqualTo(32); in testSetMethodAreaConfigHasNoLimit()[all …]