Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DAidlVehicleStubUnitTest.java1093 verify(mAsyncCallback, timeout(1000)).onSetAsyncResults(argumentCaptor.capture()); in testSetAsync()
1108 verify(mAsyncCallback, timeout(1000)).onSetAsyncResults(argumentCaptor.capture()); in testSetAsyncRemoteException()
1125 verify(mAsyncCallback, timeout(1000)).onSetAsyncResults(argumentCaptor.capture()); in testSetAsyncServiceSpecificExceptionTryAgain()
1142 verify(mAsyncCallback, timeout(1000)).onSetAsyncResults(argumentCaptor.capture()); in testSetAsyncServiceSpecificExceptionNotAvailable()
1159 verify(mAsyncCallback, timeout(1000)).onSetAsyncResults(argumentCaptor.capture()); in testSetAsyncServiceSpecificExceptionNotAvailableDisabled()
1176 verify(mAsyncCallback, timeout(1000)).onSetAsyncResults(argumentCaptor.capture()); in testSetAsyncServiceSpecificExceptionNotAvailableSpeedLow()
1194 verify(mAsyncCallback, timeout(1000)).onSetAsyncResults(argumentCaptor.capture()); in testSetAsyncServiceSpecificExceptionNotAvailableSpeedHigh()
1212 verify(mAsyncCallback, timeout(1000)).onSetAsyncResults(argumentCaptor.capture()); in testSetAsyncServiceSpecificExceptionNotAvailablePoorVisibility()
1229 verify(mAsyncCallback, timeout(1000)).onSetAsyncResults(argumentCaptor.capture()); in testSetAsyncServiceSpecificExceptionNotAvailableSafety()
1247 verify(mAsyncCallback, timeout(1000)).onSetAsyncResults(argumentCaptor.capture()); in testSetAsyncServiceSpecificExceptionVendorErrorCode()
DHidlVehicleStubUnitTest.java540 verify(mAsyncCallback, timeout(1000)).onSetAsyncResults(argumentCaptor.capture()); in testSetAsync()
557 verify(mAsyncCallback, timeout(1000)).onSetAsyncResults(argumentCaptor.capture()); in testSetAsyncRemoteException()
575 verify(mAsyncCallback, timeout(1000)).onSetAsyncResults(argumentCaptor.capture()); in testSetAsyncServiceSpecificExceptionTryAgain()
593 verify(mAsyncCallback, timeout(1000)).onSetAsyncResults(argumentCaptor.capture()); in testSetAsyncServiceSpecificExceptionNotAvailable()
611 verify(mAsyncCallback, timeout(1000)).onSetAsyncResults(argumentCaptor.capture()); in testSetAsyncServiceSpecificExceptionInternal()
/packages/services/Car/service/src/com/android/car/
DHidlVehicleStub.java285 setVehicleStubAsyncCallback.onSetAsyncResults( in setAsync()
316 callback.onSetAsyncResults( in callSetAsyncErrorCallback()
DVehicleStub.java212 public abstract void onSetAsyncResults( in onSetAsyncResults() method in VehicleStub.VehicleStubCallbackInterface
DAidlVehicleStub.java950 entry.getKey().onSetAsyncResults(entry.getValue()); in callVehicleStubCallback()
/packages/services/Car/service/src/com/android/car/hal/fakevhal/
DFakeVehicleStub.java257 setVehicleStubAsyncCallback.onSetAsyncResults(onSetAsyncResultsList); in setAsync()
/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalService.java754 public void onSetAsyncResults( in onSetAsyncResults() method in PropertyHalService.VehicleStubCallback
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/fakevhal/
DFakeVehicleStubUnitTest.java1765 verify(mCallback, timeout(DEFAULT_TIMEOUT)).onSetAsyncResults( in captureOnSetAsyncResults()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DPropertyHalServiceTest.java295 callback.onSetAsyncResults(callbackToSetResults.get(callback)); in deliverResult()