Searched refs:mAsyncResultCaptor (Results 1 – 1 of 1) sorted by relevance
121 private ArgumentCaptor<GetSetValueResultList> mAsyncResultCaptor; field in PropertyHalServiceTest433 mAsyncResultCaptor.capture()); in testGetCarPropertyValuesAsync_staticCacheMultipleRequests()434 GetSetValueResult result = mAsyncResultCaptor.getValue().getList().get(0); in testGetCarPropertyValuesAsync_staticCacheMultipleRequests()447 mAsyncResultCaptor.capture()); in testGetCarPropertyValuesAsync_staticCacheMultipleRequests()448 GetSetValueResult cachedResult = mAsyncResultCaptor.getValue().getList().get(0); in testGetCarPropertyValuesAsync_staticCacheMultipleRequests()518 mAsyncResultCaptor.capture()); in testGetCarPropertyValuesAsync_normalResult()519 GetSetValueResult result = mAsyncResultCaptor.getValue().getList().get(0); in testGetCarPropertyValuesAsync_normalResult()557 mAsyncResultCaptor.capture()); in testGetCarPropertyValuesAsync_retryTwiceAndSucceed()558 GetSetValueResult result = mAsyncResultCaptor.getValue().getList().get(0); in testGetCarPropertyValuesAsync_retryTwiceAndSucceed()580 mAsyncResultCaptor.capture()); in testGetCarPropertyValuesAsync_retryAndTimeout()[all …]