Searched refs:oldPropValue (Results 1 – 1 of 1) sorted by relevance
792 HalPropValue oldPropValue = fakeVehicleStub.get(requestPropValue); in testSetMethodPropDefaultValueExist() local797 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() local946 expect.that(oldPropValue.getInt32Value(0)).isEqualTo(0); in testSetMethodAreaConfigHasNoLimit()963 HalPropValue oldPropValue = fakeVehicleStub.get(requestPropValue); in testSetMethodForHvacProp() local967 expect.that(oldPropValue.getInt32Value(0)).isEqualTo(3); in testSetMethodForHvacProp()1008 HalPropValue oldPropValue = getOldAsyncResult.get(0).getHalPropValue(); in testSetAsyncForSingleProp() local1026 expect.that(updatedPropValue.getFloatValue(0)).isNotEqualTo(oldPropValue.getFloatValue(0)); in testSetAsyncForSingleProp()1027 expect.that(updatedPropValue.getTimestamp()).isNotEqualTo(oldPropValue.getTimestamp()); in testSetAsyncForSingleProp()