Home
last modified time | relevance | path

Searched defs:rawPropValues (Results 1 – 4 of 4) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/fakevhal/
DFakeVehicleStubUnitTest.java784 RawPropValues rawPropValues = new RawPropValues(); in testSetMethodPropDefaultValueExist() local
809 RawPropValues rawPropValues = new RawPropValues(); in testSetMethodPropDefaultValueNotExist() local
838 RawPropValues rawPropValues = new RawPropValues(); in testSetMethodValueOutOfRange() local
862 RawPropValues rawPropValues = new RawPropValues(); in testSetMethodGlobalPropWithAreaIdSetValueOutOfRange() local
885 RawPropValues rawPropValues = new RawPropValues(); in testSetMethodGlobalPropWithNoAreaIdSetValueOutOfRange() local
908 RawPropValues rawPropValues = new RawPropValues(); in testSetMethodGlobalPropWithAreaIdNotZero() local
936 RawPropValues rawPropValues = new RawPropValues(); in testSetMethodAreaConfigHasNoLimit() local
956 RawPropValues rawPropValues = new RawPropValues(); in testSetMethodForHvacProp() local
997 RawPropValues rawPropValues = new RawPropValues(); in testSetAsyncForSingleProp() local
1038 RawPropValues rawPropValues = new RawPropValues(); in testSetAsyncGlobalPropWithAreaIdSetValueOutOfRange() local
[all …]
DFakeVhalConfigParserUnitTest.java521 RawPropValues rawPropValues = mFakeVhalConfigParser.parseJsonConfig(tempFile).get(286261504) in testParseDefaultValueFloat() local
536 RawPropValues rawPropValues = mFakeVhalConfigParser.parseJsonConfig(tempFile).get(286261504) in testParseDefaultValueIntValuesString() local
/packages/services/Car/service/src/com/android/car/hal/fakevhal/
DFakeVehicleStub.java424 RawPropValues rawPropValues = ((VehiclePropValue) propValue.toVehiclePropValue()).value; in set() local
759 RawPropValues rawPropValues) { in buildHalPropValue()
845 private boolean withinRange(int propId, int areaId, RawPropValues rawPropValues) { in withinRange()
1197 RawPropValues rawPropValues = ((VehiclePropValue) propValue.toVehiclePropValue()).value; in updateTimeStamp() local
DFakeVhalConfigParser.java575 RawPropValues rawPropValues = new RawPropValues(); in parseDefaultValue() local