Searched refs:onGetValueResults (Results 1 – 6 of 6) sorted by relevance
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/ |
D | PropertyHalServiceTest.java | 432 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/ |
D | IAsyncPropertyResultCallback.aidl | 30 void onGetValueResults(in GetSetValueResultList getValueResults); in onGetValueResults() method
|
/packages/services/Car/libs/car-test-lib/src/android/car/testapi/ |
D | FakeCarPropertyService.java | 144 asyncPropertyResultCallback.onGetValueResults(new GetSetValueResultList(getValueResults)); in getPropertiesAsync()
|
/packages/services/Car/tests/CarLibUnitTest/src/android/car/hardware/property/ |
D | CarPropertyManagerUnitTest.java | 1109 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/ |
D | PropertyHalService.java | 500 mAsyncPropertyResultCallback.onGetValueResults( in sendGetValueResults()
|
/packages/services/Car/car-lib/src/android/car/hardware/property/ |
D | CarPropertyManager.java | 856 public void onGetValueResults(GetSetValueResultList getValueResults) { in onGetValueResults() method in CarPropertyManager.AsyncPropertyResultCallback
|