Home
last modified time | relevance | path

Searched refs:captureOnGetAsyncResults (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()
669 List<GetVehicleStubAsyncResult> getAsyncResult = captureOnGetAsyncResults(); in testGetAsyncMethodForSingleValueNoReadPermissionError()
691 List<GetVehicleStubAsyncResult> getAsyncResult = captureOnGetAsyncResults(); in testGetAsyncForPropNotAvailable()
711 List<GetVehicleStubAsyncResult> getAsyncResult = captureOnGetAsyncResults(); in testGetAsyncForSpecialPropInternalError()
740 List<GetVehicleStubAsyncResult> getAsyncResult = captureOnGetAsyncResults(); in testGetAsyncForMultipleGetRequestsSuccessAndError()
1007 List<GetVehicleStubAsyncResult> getOldAsyncResult = captureOnGetAsyncResults(); in testSetAsyncForSingleProp()
1016 List<GetVehicleStubAsyncResult> getNewAsyncResult = captureOnGetAsyncResults(); in testSetAsyncForSingleProp()
1758 private List<GetVehicleStubAsyncResult> captureOnGetAsyncResults() { in captureOnGetAsyncResults() method in FakeVehicleStubUnitTest