Searched refs:addFloatValue (Results 1 – 8 of 8) sorted by relevance
66 .addFloatValue(0f) in configureMockedHal()110 .addFloatValue(0.0f) in testDrivingStateChange()132 .addFloatValue(30.0f) in testDrivingStateChange()148 .addFloatValue(0.0f) in testDrivingStateChange()200 .addFloatValue(0.0f) in testDrivingStateChangeForMalformedInputs()223 .addFloatValue(-1.0f) in testDrivingStateChangeForMalformedInputs()
193 .addFloatValue(67f) in testEvent()240 .addFloatValue(1) in onPropertySubscribe()
56 .addFloatValue(0f) in configureMockedHal()60 .addFloatValue(20000) // ml in configureMockedHal()
84 .addFloatValue(mInitialValue, mDispersion, mIncrement) in start()
87 builder.addFloatValue(event.getSystemFloatSensor(i, 0)); in fromCarDiagnosticEvent()
127 builder.addFloatValue((float) jsonArray.getDouble(i)); in copyValuesArray()
86 public VehiclePropValueBuilder addFloatValue(float... values) { in addFloatValue() method in VehiclePropValueBuilder
157 mFloatValues.forEach(propValueBuilder::addFloatValue); in build()