Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DPropertyHalServiceTest.java946 verify(mSetAsyncPropertyResultCallback).onSetValueResults(mAsyncResultCaptor.capture()); in testSetCarPropertyValuesAsync_noWaitForPropertyUpdate()
987 verify(mSetAsyncPropertyResultCallback).onSetValueResults(mAsyncResultCaptor.capture()); in testSetCarPropertyValuesAsync_noWaitForPropertyUpdateWithMultipleAreaRequests()
992 verify(mSetAsyncPropertyResultCallback).onSetValueResults(mAsyncResultCaptor.capture()); in testSetCarPropertyValuesAsync_noWaitForPropertyUpdateWithMultipleAreaRequests()
1042 verify(mSetAsyncPropertyResultCallback, never()).onSetValueResults(any()); in testSetCarPropertyValuesAsync_mixWaitNoWaitForPropertyUpdate()
1049 verify(mSetAsyncPropertyResultCallback).onSetValueResults( in testSetCarPropertyValuesAsync_mixWaitNoWaitForPropertyUpdate()
1059 verify(mSetAsyncPropertyResultCallback, times(2)).onSetValueResults( in testSetCarPropertyValuesAsync_mixWaitNoWaitForPropertyUpdate()
1111 verify(mSetAsyncPropertyResultCallback, never()).onSetValueResults(any()); in testSetCarPropertyValuesAsync_initValueSameAsTargetValue_beforeSetResult()
1118 verify(mSetAsyncPropertyResultCallback).onSetValueResults(mAsyncResultCaptor.capture()); in testSetCarPropertyValuesAsync_initValueSameAsTargetValue_beforeSetResult()
1160 verify(mSetAsyncPropertyResultCallback, never()).onSetValueResults(any()); in testSetCarPropertyValuesAsync_initValueSameAsTargetValue_afterSetResult()
1167 verify(mSetAsyncPropertyResultCallback).onSetValueResults(mAsyncResultCaptor.capture()); in testSetCarPropertyValuesAsync_initValueSameAsTargetValue_afterSetResult()
[all …]
/packages/services/Car/car-lib/src/com/android/car/internal/property/
DIAsyncPropertyResultCallback.aidl39 void onSetValueResults(in GetSetValueResultList setValueResults); in onSetValueResults() method
/packages/services/Car/libs/car-test-lib/src/android/car/testapi/
DFakeCarPropertyService.java161 asyncPropertyResultCallback.onSetValueResults(new GetSetValueResultList(setValueResults)); in setPropertiesAsync()
/packages/services/Car/tests/CarLibUnitTest/src/android/car/hardware/property/
DCarPropertyManagerUnitTest.java1629 setAsyncPropertyResultCallback.onSetValueResults( in testOnSetValueResult_onSuccess()
1671 setAsyncPropertyResultCallback.onSetValueResults( in testOnSetValueResult_onSuccessMultipleRequests()
1716 setAsyncPropertyResultCallback.onSetValueResults( in testOnSetValueResult_onFailure()
/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalService.java514 mAsyncPropertyResultCallback.onSetValueResults( in sendSetValueResults()
/packages/services/Car/car-lib/src/android/car/hardware/property/
DCarPropertyManager.java862 public void onSetValueResults(GetSetValueResultList setValueResults) { in onSetValueResults() method in CarPropertyManager.AsyncPropertyResultCallback