Searched refs:onSetAsyncResults (Results 1 – 9 of 9) sorted by relevance
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/ |
D | AidlVehicleStubUnitTest.java | 1093 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()
|
D | HidlVehicleStubUnitTest.java | 540 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/ |
D | HidlVehicleStub.java | 285 setVehicleStubAsyncCallback.onSetAsyncResults( in setAsync() 316 callback.onSetAsyncResults( in callSetAsyncErrorCallback()
|
D | VehicleStub.java | 212 public abstract void onSetAsyncResults( in onSetAsyncResults() method in VehicleStub.VehicleStubCallbackInterface
|
D | AidlVehicleStub.java | 950 entry.getKey().onSetAsyncResults(entry.getValue()); in callVehicleStubCallback()
|
/packages/services/Car/service/src/com/android/car/hal/fakevhal/ |
D | FakeVehicleStub.java | 257 setVehicleStubAsyncCallback.onSetAsyncResults(onSetAsyncResultsList); in setAsync()
|
/packages/services/Car/service/src/com/android/car/hal/ |
D | PropertyHalService.java | 754 public void onSetAsyncResults( in onSetAsyncResults() method in PropertyHalService.VehicleStubCallback
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/fakevhal/ |
D | FakeVehicleStubUnitTest.java | 1765 verify(mCallback, timeout(DEFAULT_TIMEOUT)).onSetAsyncResults( in captureOnSetAsyncResults()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/ |
D | PropertyHalServiceTest.java | 295 callback.onSetAsyncResults(callbackToSetResults.get(callback)); in deliverResult()
|