Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DPropertyHalServiceTest.java113 private IAsyncPropertyResultCallback mSetAsyncPropertyResultCallback; field in PropertyHalServiceTest
861 doReturn(mSetAsyncPropertyResultBinder).when(mSetAsyncPropertyResultCallback).asBinder(); in testSetCarPropertyValuesAsync()
864 mSetAsyncPropertyResultCallback, /* timeoutInMs= */ 1000, in testSetCarPropertyValuesAsync() local
888 doReturn(mSetAsyncPropertyResultBinder).when(mSetAsyncPropertyResultCallback).asBinder(); in testSetCarPropertyValuesAsync_configNotFound()
895 mSetAsyncPropertyResultCallback, /* timeoutInMs= */ 1000, in testSetCarPropertyValuesAsync_configNotFound()
904 doReturn(mSetAsyncPropertyResultBinder).when(mSetAsyncPropertyResultCallback).asBinder(); in testSetCarPropertyValuesAsync_linkToDeath()
908 mSetAsyncPropertyResultCallback, /* timeoutInMs= */ 1000, in testSetCarPropertyValuesAsync_linkToDeath()
928 doReturn(mSetAsyncPropertyResultBinder).when(mSetAsyncPropertyResultCallback).asBinder(); in testSetCarPropertyValuesAsync_noWaitForPropertyUpdate()
934 mSetAsyncPropertyResultCallback, /* timeoutInMs= */ 1000, in testSetCarPropertyValuesAsync_noWaitForPropertyUpdate() local
946 verify(mSetAsyncPropertyResultCallback).onSetValueResults(mAsyncResultCaptor.capture()); in testSetCarPropertyValuesAsync_noWaitForPropertyUpdate()
[all …]