Searched refs:getDeathRecipient (Results 1 – 7 of 7) sorted by relevance
158 mMockConnection.getDeathRecipient().binderDied(); in binderDied_hasConnection_wrapperIsNullAndUnlinkToDeath()161 verify(mMockConnection.asBinder()).unlinkToDeath(mMockConnection.getDeathRecipient(), in binderDied_hasConnection_wrapperIsNullAndUnlinkToDeath()178 mMockConnection.getDeathRecipient().binderDied(); in setSecondConnectionAndFormerConnectionBinderDead_hasWrapperAndNotCallUnlinkToDeath()181 verify(mMockConnection.asBinder()).unlinkToDeath(mMockConnection.getDeathRecipient(), 0); in setSecondConnectionAndFormerConnectionBinderDead_hasWrapperAndNotCallUnlinkToDeath()183 secondConnection.getDeathRecipient(), 0); in setSecondConnectionAndFormerConnectionBinderDead_hasWrapperAndNotCallUnlinkToDeath()606 mMockConnection.getDeathRecipient().binderDied(); in binderDied_windowMagnifierIsEnabled_resetState()
165 IBinder.DeathRecipient getDeathRecipient() { in getDeathRecipient() method in MockWindowMagnificationConnection
245 token.unlinkToDeath(inputDeviceDescriptor.getDeathRecipient(), /* flags= */ 0); in closeInputDeviceDescriptorLocked()651 public IBinder.DeathRecipient getDeathRecipient() { in getDeathRecipient() method in InputController.InputDeviceDescriptor
353 DeathRecipient getDeathRecipient() { in getDeathRecipient() method in TaskOrganizerController.TaskOrganizerState
906 IBinder.DeathRecipient getDeathRecipient() { in getDeathRecipient() method in ProcessRecord
5322 if (app.getDeathRecipient() == null5352 if (app.getPid() > 0 && !app.isolated && app.getDeathRecipient() != null) {5372 if (app != null && app.uid == uid && !app.isolated && app.getDeathRecipient() != null) {
438 .getDeathRecipient().binderDied(); in testOrganizerDeathReturnsRegistrationToPrevious()