Home
last modified time | relevance | path

Searched refs:getDeathRecipient (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/
H A DWindowMagnificationManagerTest.java158 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()
H A DMockWindowMagnificationConnection.java165 IBinder.DeathRecipient getDeathRecipient() { in getDeathRecipient() method in MockWindowMagnificationConnection
/aosp14/frameworks/base/services/companion/java/com/android/server/companion/virtual/
H A DInputController.java245 token.unlinkToDeath(inputDeviceDescriptor.getDeathRecipient(), /* flags= */ 0); in closeInputDeviceDescriptorLocked()
651 public IBinder.DeathRecipient getDeathRecipient() { in getDeathRecipient() method in InputController.InputDeviceDescriptor
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskOrganizerController.java353 DeathRecipient getDeathRecipient() { in getDeathRecipient() method in TaskOrganizerController.TaskOrganizerState
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DProcessRecord.java906 IBinder.DeathRecipient getDeathRecipient() { in getDeathRecipient() method in ProcessRecord
H A DProcessList.java5322 if (app.getDeathRecipient() == null
5352 if (app.getPid() > 0 && !app.isolated && app.getDeathRecipient() != null) {
5372 if (app != null && app.uid == uid && !app.isolated && app.getDeathRecipient() != null) {
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowOrganizerTests.java438 .getDeathRecipient().binderDied(); in testOrganizerDeathReturnsRegistrationToPrevious()