Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DAidlVehicleStubUnitTest.java434 verify(mAsyncCallback, timeout(1000)).onGetAsyncResults( in testGetAsyncAidl()
473 verify(mAsyncCallback, timeout(1000)).onGetAsyncResults( in testGetAsyncAidlError()
495 verify(mAsyncCallback, timeout(1000)).onGetAsyncResults( in testGetAsyncAidlServiceSpecificExceptionInternalError()
508 verify(mAsyncCallback, timeout(1000)).onGetAsyncResults( in testGetAsyncAidlServiceSpecificExceptionTryAgainError()
521 verify(mAsyncCallback, timeout(1000)).onGetAsyncResults( in testGetAsyncAidlServiceSpecificExceptionNotAvailable()
534 verify(mAsyncCallback, timeout(1000)).onGetAsyncResults( in testGetAsyncAidlServiceSpecificExceptionNotAvailableDisabled()
547 verify(mAsyncCallback, timeout(1000)).onGetAsyncResults( in testGetAsyncAidlServiceSpecificExceptionNotAvailableSpeedLow()
560 verify(mAsyncCallback, timeout(1000)).onGetAsyncResults( in testGetAsyncAidlServiceSpecificExceptionNotAvailableSpeedHigh()
574 verify(mAsyncCallback, timeout(1000)).onGetAsyncResults( in testGetAsyncAidlServiceSpecificExceptionNotAvailablePoorVisibility()
587 verify(mAsyncCallback, timeout(1000)).onGetAsyncResults( in testGetAsyncAidlServiceSpecificExceptionNotAvailableSafety()
[all …]
DHidlVehicleStubUnitTest.java407 verify(mAsyncCallback, timeout(1000)).onGetAsyncResults(argumentCaptor.capture()); in testGetAsync()
429 verify(mAsyncCallback, timeout(1000)).onGetAsyncResults(argumentCaptor.capture()); in testGetAsyncError()
452 verify(mAsyncCallback, timeout(1000)).onGetAsyncResults(argumentCaptor.capture()); in testGetAsyncTryAgainError()
482 verify(mAsyncCallback, timeout(1000).times(2)).onGetAsyncResults(argumentCaptor.capture()); in testGetAsyncOneOkayResultOneNoValue()
/packages/services/Car/service/src/com/android/car/
DHidlVehicleStub.java270 getVehicleStubAsyncCallback.onGetAsyncResults( in getAsync()
310 callback.onGetAsyncResults( in callGetAsyncErrorCallback()
DVehicleStub.java206 public abstract void onGetAsyncResults( in onGetAsyncResults() method in VehicleStub.VehicleStubCallbackInterface
DAidlVehicleStub.java897 entry.getKey().onGetAsyncResults(entry.getValue()); in callVehicleStubCallback()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DPropertyHalServiceTest.java292 callback.onGetAsyncResults(callbackToGetResults.get(callback)); in deliverResult()
776 getVehicleStubAsyncCallback.onGetAsyncResults(getVehicleStubAsyncResults); in testGetCarPropertyValuesAsync_multipleResultsSameCall()
820 getVehicleStubAsyncCallback.onGetAsyncResults( in testGetCarPropertyValuesAsync_multipleResultsDifferentCalls()
823 getVehicleStubAsyncCallback.onGetAsyncResults( in testGetCarPropertyValuesAsync_multipleResultsDifferentCalls()
/packages/services/Car/service/src/com/android/car/hal/fakevhal/
DFakeVehicleStub.java222 getVehicleStubAsyncCallback.onGetAsyncResults(onGetAsyncResultList); in getAsync()
/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalService.java656 public void onGetAsyncResults( in onGetAsyncResults() method in PropertyHalService.VehicleStubCallback
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/fakevhal/
DFakeVehicleStubUnitTest.java1759 verify(mCallback, timeout(DEFAULT_TIMEOUT)).onGetAsyncResults( in captureOnGetAsyncResults()