Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DPropertyHalServiceTest.java432 verify(mGetAsyncPropertyResultCallback, timeout(1000)).onGetValueResults( in testGetCarPropertyValuesAsync_staticCacheMultipleRequests()
446 verify(mGetAsyncPropertyResultCallback, timeout(1000)).onGetValueResults( in testGetCarPropertyValuesAsync_staticCacheMultipleRequests()
517 verify(mGetAsyncPropertyResultCallback, timeout(1000)).onGetValueResults( in testGetCarPropertyValuesAsync_normalResult()
556 verify(mGetAsyncPropertyResultCallback, timeout(1000)).onGetValueResults( in testGetCarPropertyValuesAsync_retryTwiceAndSucceed()
579 verify(mGetAsyncPropertyResultCallback, timeout(1000)).onGetValueResults( in testGetCarPropertyValuesAsync_retryAndTimeout()
599 verify(mGetAsyncPropertyResultCallback, timeout(1000)).onGetValueResults( in testGetCarPropertyValuesAsync_noResultTimeout()
630 verify(mGetAsyncPropertyResultCallback, timeout(1000)).onGetValueResults( in testGetCarPropertyValuesAsync_timeoutFromVehicleStub()
653 verify(mGetAsyncPropertyResultCallback, timeout(1000)).onGetValueResults( in testGetCarPropertyValuesAsync_errorResult()
681 verify(mGetAsyncPropertyResultCallback, timeout(1000)).onGetValueResults( in testGetCarPropertyValuesAsync_errorResultVendorErrorCode()
711 verify(mGetAsyncPropertyResultCallback, timeout(1000)).onGetValueResults( in testGetCarPropertyValuesAsync_propStatusUnavailable()
[all …]
/packages/services/Car/car-lib/src/com/android/car/internal/property/
DIAsyncPropertyResultCallback.aidl30 void onGetValueResults(in GetSetValueResultList getValueResults); in onGetValueResults() method
/packages/services/Car/libs/car-test-lib/src/android/car/testapi/
DFakeCarPropertyService.java144 asyncPropertyResultCallback.onGetValueResults(new GetSetValueResultList(getValueResults)); in getPropertiesAsync()
/packages/services/Car/tests/CarLibUnitTest/src/android/car/hardware/property/
DCarPropertyManagerUnitTest.java1109 callbackWrapper.get(0).onGetValueResults( in testGetPropertiesAsync_cancellationSignalCancelRequests()
1135 getAsyncPropertyResultCallback.onGetValueResults( in testOnGetValueResult_onSuccess()
1177 getAsyncPropertyResultCallback.onGetValueResults( in testOnGetValueResult_onSuccessMultipleRequests()
1222 getAsyncPropertyResultCallback.onGetValueResults( in testOnGetValueResult_onFailure()
/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalService.java500 mAsyncPropertyResultCallback.onGetValueResults( in sendGetValueResults()
/packages/services/Car/car-lib/src/android/car/hardware/property/
DCarPropertyManager.java856 public void onGetValueResults(GetSetValueResultList getValueResults) { in onGetValueResults() method in CarPropertyManager.AsyncPropertyResultCallback