Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
H A DRemoteTransitionHandler.java61 private final ArrayMap<IBinder, RemoteDeathHandler> mDeathHandlers = new ArrayMap<>();
198 RemoteDeathHandler deathHandler = mDeathHandlers.get(remote); in handleDeath()
200 deathHandler = new RemoteDeathHandler(remote); in handleDeath()
216 RemoteDeathHandler deathHandler = mDeathHandlers.get(remote); in unhandleDeath()
231 private class RemoteDeathHandler implements IBinder.DeathRecipient { class in RemoteTransitionHandler
237 RemoteDeathHandler(IBinder remote) { in RemoteDeathHandler() method in RemoteTransitionHandler.RemoteDeathHandler