Searched refs:mGetAsyncPropertyResultCallback (Results 1 – 1 of 1) sorted by relevance
111 private IAsyncPropertyResultCallback mGetAsyncPropertyResultCallback; field in PropertyHalServiceTest366 doReturn(mGetAsyncPropertyResultBinder).when(mGetAsyncPropertyResultCallback).asBinder(); in testGetCarPropertyValuesAsync()369 mGetAsyncPropertyResultCallback, /* timeoutInMs= */ 1000, in testGetCarPropertyValuesAsync() local392 doReturn(mGetAsyncPropertyResultBinder).when(mGetAsyncPropertyResultCallback).asBinder(); in testGetCarPropertyValuesAsync_multipleRequests()395 mGetAsyncPropertyResultCallback, /* timeoutInMs= */ 1000, in testGetCarPropertyValuesAsync_multipleRequests()426 doReturn(mGetAsyncPropertyResultBinder).when(mGetAsyncPropertyResultCallback).asBinder(); in testGetCarPropertyValuesAsync_staticCacheMultipleRequests()429 List.of(GET_PROPERTY_SERVICE_REQUEST_STATIC_1), mGetAsyncPropertyResultCallback, in testGetCarPropertyValuesAsync_staticCacheMultipleRequests() local432 verify(mGetAsyncPropertyResultCallback, timeout(1000)).onGetValueResults( in testGetCarPropertyValuesAsync_staticCacheMultipleRequests()439 reset(mGetAsyncPropertyResultCallback); in testGetCarPropertyValuesAsync_staticCacheMultipleRequests()440 doReturn(mGetAsyncPropertyResultBinder).when(mGetAsyncPropertyResultCallback).asBinder(); in testGetCarPropertyValuesAsync_staticCacheMultipleRequests()[all …]