Searched defs:mGetAsyncPropertyResultCallback (Results 1 – 1 of 1) sorted by relevance
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/ |
D | PropertyHalServiceTest.java | 111 private IAsyncPropertyResultCallback mGetAsyncPropertyResultCallback; field in PropertyHalServiceTest 369 mGetAsyncPropertyResultCallback, /* timeoutInMs= */ 1000, in testGetCarPropertyValuesAsync() local 429 List.of(GET_PROPERTY_SERVICE_REQUEST_STATIC_1), mGetAsyncPropertyResultCallback, in testGetCarPropertyValuesAsync_staticCacheMultipleRequests() local 443 List.of(GET_PROPERTY_SERVICE_REQUEST_STATIC_1), mGetAsyncPropertyResultCallback, in testGetCarPropertyValuesAsync_staticCacheMultipleRequests() local 513 mGetAsyncPropertyResultCallback, /* timeoutInMs= */ 1000, in testGetCarPropertyValuesAsync_normalResult() local 553 mGetAsyncPropertyResultCallback, /* timeoutInMs= */ 1000, in testGetCarPropertyValuesAsync_retryTwiceAndSucceed() local 576 mGetAsyncPropertyResultCallback, /* timeoutInMs= */ 10, in testGetCarPropertyValuesAsync_retryAndTimeout() local 596 mGetAsyncPropertyResultCallback, /* timeoutInMs= */ 10, in testGetCarPropertyValuesAsync_noResultTimeout() local 627 mGetAsyncPropertyResultCallback, /* timeoutInMs= */ 1000, in testGetCarPropertyValuesAsync_timeoutFromVehicleStub() local 650 mGetAsyncPropertyResultCallback, /* timeoutInMs= */ 1000, in testGetCarPropertyValuesAsync_errorResult() local [all …]
|