Searched refs:onGetAsyncResults (Results 1 – 9 of 9) sorted by relevance
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/ |
D | AidlVehicleStubUnitTest.java | 434 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 …]
|
D | HidlVehicleStubUnitTest.java | 407 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/ |
D | HidlVehicleStub.java | 270 getVehicleStubAsyncCallback.onGetAsyncResults( in getAsync() 310 callback.onGetAsyncResults( in callGetAsyncErrorCallback()
|
D | VehicleStub.java | 206 public abstract void onGetAsyncResults( in onGetAsyncResults() method in VehicleStub.VehicleStubCallbackInterface
|
D | AidlVehicleStub.java | 897 entry.getKey().onGetAsyncResults(entry.getValue()); in callVehicleStubCallback()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/ |
D | PropertyHalServiceTest.java | 292 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/ |
D | FakeVehicleStub.java | 222 getVehicleStubAsyncCallback.onGetAsyncResults(onGetAsyncResultList); in getAsync()
|
/packages/services/Car/service/src/com/android/car/hal/ |
D | PropertyHalService.java | 656 public void onGetAsyncResults( in onGetAsyncResults() method in PropertyHalService.VehicleStubCallback
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/fakevhal/ |
D | FakeVehicleStubUnitTest.java | 1759 verify(mCallback, timeout(DEFAULT_TIMEOUT)).onGetAsyncResults( in captureOnGetAsyncResults()
|