Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/fakevhal/
DFakeVehicleStubUnitTest.java1012 List<SetVehicleStubAsyncResult> setAsyncResult = captureOnSetAsyncResults(); in testSetAsyncForSingleProp()
1050 List<SetVehicleStubAsyncResult> setAsyncResult = captureOnSetAsyncResults(); in testSetAsyncGlobalPropWithAreaIdSetValueOutOfRange()
1073 List<SetVehicleStubAsyncResult> setAsyncResult = captureOnSetAsyncResults(); in testSetAsyncForSpecialPropRemoteException()
1107 List<SetVehicleStubAsyncResult> setAsyncResult = captureOnSetAsyncResults(); in testSetAsyncOnMultipleRequests()
1764 private List<SetVehicleStubAsyncResult> captureOnSetAsyncResults() { in captureOnSetAsyncResults() method in FakeVehicleStubUnitTest