Searched refs:mSetAsyncPropertyResultCallback (Results 1 – 1 of 1) sorted by relevance
113 private IAsyncPropertyResultCallback mSetAsyncPropertyResultCallback; field in PropertyHalServiceTest861 doReturn(mSetAsyncPropertyResultBinder).when(mSetAsyncPropertyResultCallback).asBinder(); in testSetCarPropertyValuesAsync()864 mSetAsyncPropertyResultCallback, /* timeoutInMs= */ 1000, in testSetCarPropertyValuesAsync() local888 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() local946 verify(mSetAsyncPropertyResultCallback).onSetValueResults(mAsyncResultCaptor.capture()); in testSetCarPropertyValuesAsync_noWaitForPropertyUpdate()[all …]