Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/fakevhal/
DFakeVehicleStubUnitTest.java1012 List<SetVehicleStubAsyncResult> setAsyncResult = captureOnSetAsyncResults(); in testSetAsyncForSingleProp() local
1018 SetVehicleStubAsyncResult setVehicleStubAsyncResult = setAsyncResult.get(0); in testSetAsyncForSingleProp()
1050 List<SetVehicleStubAsyncResult> setAsyncResult = captureOnSetAsyncResults(); in testSetAsyncGlobalPropWithAreaIdSetValueOutOfRange() local
1051 SetVehicleStubAsyncResult setVehicleStubAsyncResult = setAsyncResult.get(0); in testSetAsyncGlobalPropWithAreaIdSetValueOutOfRange()
1073 List<SetVehicleStubAsyncResult> setAsyncResult = captureOnSetAsyncResults(); in testSetAsyncForSpecialPropRemoteException() local
1074 SetVehicleStubAsyncResult setVehicleStubAsyncResult = setAsyncResult.get(0); in testSetAsyncForSpecialPropRemoteException()
1107 List<SetVehicleStubAsyncResult> setAsyncResult = captureOnSetAsyncResults(); in testSetAsyncOnMultipleRequests() local
1108 SetVehicleStubAsyncResult setVehicleStubAsyncResult1 = setAsyncResult.get(0); in testSetAsyncOnMultipleRequests()
1113 SetVehicleStubAsyncResult setVehicleStubAsyncResult2 = setAsyncResult.get(1); in testSetAsyncOnMultipleRequests()