Searched refs:mDeathRecipientCaptor (Results 1 – 4 of 4) sorted by relevance
122 private ArgumentCaptor<IBinder.DeathRecipient> mDeathRecipientCaptor = ArgumentCaptor field in RttServiceImplTest514 verify(mockIbinder, times(numIter)).linkToDeath(mDeathRecipientCaptor.capture(), anyInt()); in testBinderDeathOfRangingApp()525 mDeathRecipientCaptor.getAllValues().get(0).binderDied(); in testBinderDeathOfRangingApp()588 verify(mockIbinder).linkToDeath(mDeathRecipientCaptor.capture(), anyInt()); in testBinderDeathWithWorkSource()593 mDeathRecipientCaptor.getValue().binderDied(); in testBinderDeathWithWorkSource()
123 private ArgumentCaptor<IHwBinder.DeathRecipient> mDeathRecipientCaptor = field in HalDeviceManagerTest298 mDeathRecipientCaptor.getValue().serviceDied(0); in testWifiDeathAndRegistration()308 mInOrder.verify(mWifiMock).linkToDeath(mDeathRecipientCaptor.capture(), anyLong()); in testWifiDeathAndRegistration()2735 mInOrder.verify(mWifiMock).linkToDeath(mDeathRecipientCaptor.capture(), anyLong()); in executeAndValidateInitializationSequence()
210 @Captor private ArgumentCaptor<IBinder.DeathRecipient> mDeathRecipientCaptor; field in CarWatchdogServiceUnitTest3687 verify(mMockBinder, atLeastOnce()).linkToDeath(mDeathRecipientCaptor.capture(), anyInt()); in captureAndVerifyRegistrationWithDaemon()3688 mCarWatchdogDaemonBinderDeathRecipient = mDeathRecipientCaptor.getValue(); in captureAndVerifyRegistrationWithDaemon()
151 private ArgumentCaptor<IHwBinder.DeathRecipient> mDeathRecipientCaptor = field in SupplicantP2pIfaceHalTest