Searched refs:onSetValueResults (Results 1 – 6 of 6) sorted by relevance
946 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 …]
39 void onSetValueResults(in GetSetValueResultList setValueResults); in onSetValueResults() method
161 asyncPropertyResultCallback.onSetValueResults(new GetSetValueResultList(setValueResults)); in setPropertiesAsync()
1629 setAsyncPropertyResultCallback.onSetValueResults( in testOnSetValueResult_onSuccess()1671 setAsyncPropertyResultCallback.onSetValueResults( in testOnSetValueResult_onSuccessMultipleRequests()1716 setAsyncPropertyResultCallback.onSetValueResults( in testOnSetValueResult_onFailure()
514 mAsyncPropertyResultCallback.onSetValueResults( in sendSetValueResults()
862 public void onSetValueResults(GetSetValueResultList setValueResults) { in onSetValueResults() method in CarPropertyManager.AsyncPropertyResultCallback