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.java777 RawPropValues rawPropValues = new RawPropValues(); in testSetMethodPropDefaultValueExist() local
802 RawPropValues rawPropValues = new RawPropValues(); in testSetMethodPropDefaultValueNotExist() local
831 RawPropValues rawPropValues = new RawPropValues(); in testSetMethodValueOutOfRange() local
855 RawPropValues rawPropValues = new RawPropValues(); in testSetMethodGlobalPropWithAreaIdSetValueOutOfRange() local
878 RawPropValues rawPropValues = new RawPropValues(); in testSetMethodGlobalPropWithNoAreaIdSetValueOutOfRange() local
901 RawPropValues rawPropValues = new RawPropValues(); in testSetMethodGlobalPropWithAreaIdNotZero() local
929 RawPropValues rawPropValues = new RawPropValues(); in testSetMethodAreaConfigHasNoLimit() local
949 RawPropValues rawPropValues = new RawPropValues(); in testSetMethodForHvacProp() local
990 RawPropValues rawPropValues = new RawPropValues(); in testSetAsyncForSingleProp() local
1031 RawPropValues rawPropValues = new RawPropValues(); in testSetAsyncGlobalPropWithAreaIdSetValueOutOfRange() local
[all …]
DFakeVhalConfigParserUnitTest.java519 RawPropValues rawPropValues = mFakeVhalConfigParser.parseJsonConfig(tempFile).get(286261504) in testParseDefaultValueFloat() local
534 RawPropValues rawPropValues = mFakeVhalConfigParser.parseJsonConfig(tempFile).get(286261504) in testParseDefaultValueIntValuesString() local
/packages/services/Car/service/src/com/android/car/hal/fakevhal/
DFakeVehicleStub.java398 RawPropValues rawPropValues = ((VehiclePropValue) propValue.toVehiclePropValue()).value; in set() local
736 RawPropValues rawPropValues) { in buildHalPropValue()
822 private boolean withinRange(int propId, int areaId, RawPropValues rawPropValues) { in withinRange()
1168 RawPropValues rawPropValues = ((VehiclePropValue) propValue.toVehiclePropValue()).value; in updateTimeStamp() local
DFakeVhalConfigParser.java328 RawPropValues rawPropValues = null; in parseEachProperty() local
514 RawPropValues rawPropValues = new RawPropValues(); in parseDefaultValue() local