Searched refs:drCaptor (Results 1 – 1 of 1) sorted by relevance
1865 ArgumentCaptor<IBinder.DeathRecipient> drCaptor = in unregistersSoftApCallbackOnBinderDied() local1869 verify(mAppBinder).linkToDeath(drCaptor.capture(), anyInt()); in unregistersSoftApCallbackOnBinderDied()1871 drCaptor.getValue().binderDied(); in unregistersSoftApCallbackOnBinderDied()1873 verify(mAppBinder).unlinkToDeath(drCaptor.getValue(), 0); in unregistersSoftApCallbackOnBinderDied()