Searched refs:recipientCaptor (Results 1 – 1 of 1) sorted by relevance
493 ArgumentCaptor<IBinder.DeathRecipient> recipientCaptor = ArgumentCaptor.forClass( in testGetCarPropertyValuesAsync_unlinkToDeath_onBinderDied() local495 verify(mGetAsyncPropertyResultBinder).linkToDeath(recipientCaptor.capture(), eq(0)); in testGetCarPropertyValuesAsync_unlinkToDeath_onBinderDied()497 recipientCaptor.getValue().binderDied(); in testGetCarPropertyValuesAsync_unlinkToDeath_onBinderDied()499 verify(mGetAsyncPropertyResultBinder).unlinkToDeath(recipientCaptor.getValue(), 0); in testGetCarPropertyValuesAsync_unlinkToDeath_onBinderDied()