Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DPropertyHalServiceTest.java117 private IBinder mSetAsyncPropertyResultBinder; field in PropertyHalServiceTest
861 doReturn(mSetAsyncPropertyResultBinder).when(mSetAsyncPropertyResultCallback).asBinder(); in testSetCarPropertyValuesAsync()
888 doReturn(mSetAsyncPropertyResultBinder).when(mSetAsyncPropertyResultCallback).asBinder(); in testSetCarPropertyValuesAsync_configNotFound()
904 doReturn(mSetAsyncPropertyResultBinder).when(mSetAsyncPropertyResultCallback).asBinder(); in testSetCarPropertyValuesAsync_linkToDeath()
911 verify(mSetAsyncPropertyResultBinder).linkToDeath(any(IBinder.DeathRecipient.class), in testSetCarPropertyValuesAsync_linkToDeath()
928 doReturn(mSetAsyncPropertyResultBinder).when(mSetAsyncPropertyResultCallback).asBinder(); in testSetCarPropertyValuesAsync_noWaitForPropertyUpdate()
966 doReturn(mSetAsyncPropertyResultBinder).when(mSetAsyncPropertyResultCallback).asBinder(); in testSetCarPropertyValuesAsync_noWaitForPropertyUpdateWithMultipleAreaRequests()
1023 doReturn(mSetAsyncPropertyResultBinder).when(mSetAsyncPropertyResultCallback).asBinder(); in testSetCarPropertyValuesAsync_mixWaitNoWaitForPropertyUpdate()
1097 doReturn(mSetAsyncPropertyResultBinder).when(mSetAsyncPropertyResultCallback).asBinder(); in testSetCarPropertyValuesAsync_initValueSameAsTargetValue_beforeSetResult()
1146 doReturn(mSetAsyncPropertyResultBinder).when(mSetAsyncPropertyResultCallback).asBinder(); in testSetCarPropertyValuesAsync_initValueSameAsTargetValue_afterSetResult()
[all …]