Searched refs:mLinkToDeathCallbackCaptor (Results 1 – 1 of 1) sorted by relevance
97 private ArgumentCaptor<IBinder.DeathRecipient> mLinkToDeathCallbackCaptor; field in CarTelemetrydPublisherTest124 doNothing().when(mMockBinder).linkToDeath(mLinkToDeathCallbackCaptor.capture(), anyInt()); in setUp()208 mLinkToDeathCallbackCaptor.getValue().binderDied(); in testNotifiesFailureConsumer_whenBinderDies()