Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/fakevhal/
DFakeVehicleStubUnitTest.java644 List<GetVehicleStubAsyncResult> getAsyncResult = captureOnGetAsyncResults(); in testGetAsyncMethodForSingleValue() local
645 GetVehicleStubAsyncResult asyncResult = getAsyncResult.get(0); in testGetAsyncMethodForSingleValue()
669 List<GetVehicleStubAsyncResult> getAsyncResult = captureOnGetAsyncResults(); in testGetAsyncMethodForSingleValueNoReadPermissionError() local
670 GetVehicleStubAsyncResult asyncResult = getAsyncResult.get(0); in testGetAsyncMethodForSingleValueNoReadPermissionError()
691 List<GetVehicleStubAsyncResult> getAsyncResult = captureOnGetAsyncResults(); in testGetAsyncForPropNotAvailable() local
692 GetVehicleStubAsyncResult asyncResult = getAsyncResult.get(0); in testGetAsyncForPropNotAvailable()
711 List<GetVehicleStubAsyncResult> getAsyncResult = captureOnGetAsyncResults(); in testGetAsyncForSpecialPropInternalError() local
712 GetVehicleStubAsyncResult asyncResult = getAsyncResult.get(0); in testGetAsyncForSpecialPropInternalError()
740 List<GetVehicleStubAsyncResult> getAsyncResult = captureOnGetAsyncResults(); in testGetAsyncForMultipleGetRequestsSuccessAndError() local
741 GetVehicleStubAsyncResult asyncResult1 = getAsyncResult.get(0); in testGetAsyncForMultipleGetRequestsSuccessAndError()
[all …]