Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DPropertyHalServiceTest.java111 private IAsyncPropertyResultCallback mGetAsyncPropertyResultCallback; field in PropertyHalServiceTest
366 doReturn(mGetAsyncPropertyResultBinder).when(mGetAsyncPropertyResultCallback).asBinder(); in testGetCarPropertyValuesAsync()
369 mGetAsyncPropertyResultCallback, /* timeoutInMs= */ 1000, in testGetCarPropertyValuesAsync() local
392 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() local
432 verify(mGetAsyncPropertyResultCallback, timeout(1000)).onGetValueResults( in testGetCarPropertyValuesAsync_staticCacheMultipleRequests()
439 reset(mGetAsyncPropertyResultCallback); in testGetCarPropertyValuesAsync_staticCacheMultipleRequests()
440 doReturn(mGetAsyncPropertyResultBinder).when(mGetAsyncPropertyResultCallback).asBinder(); in testGetCarPropertyValuesAsync_staticCacheMultipleRequests()
[all …]