Home
last modified time | relevance | path

Searched refs:rawPropValues1 (Results 1 – 1 of 1) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/fakevhal/
DFakeVehicleStubUnitTest.java1088 RawPropValues rawPropValues1 = new RawPropValues(); in testSetAsyncOnMultipleRequests() local
1089 rawPropValues1.floatValues = new float[]{10}; in testSetAsyncOnMultipleRequests()
1092 SystemClock.elapsedRealtimeNanos(), rawPropValues1); in testSetAsyncOnMultipleRequests()
1170 RawPropValues rawPropValues1 = new RawPropValues(); in testSubscribeOnChangePropOneClientSubscribeTwoProp() local
1171 rawPropValues1.int32Values = new int[]{VehicleOilLevel.LOW}; in testSubscribeOnChangePropOneClientSubscribeTwoProp()
1174 SystemClock.elapsedRealtimeNanos(), rawPropValues1); in testSubscribeOnChangePropOneClientSubscribeTwoProp()