Searched refs:mSetAsyncPropertyResultBinder (Results 1 – 1 of 1) sorted by relevance
117 private IBinder mSetAsyncPropertyResultBinder; field in PropertyHalServiceTest861 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 …]