Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
H A DRemoteTransitionHandler.java62 private final ArrayMap<IBinder, RemoteDeathHandler> mDeathHandlers = new ArrayMap<>();
242 RemoteDeathHandler deathHandler = mDeathHandlers.get(remote); in handleDeath()
244 deathHandler = new RemoteDeathHandler(remote); in handleDeath()
260 RemoteDeathHandler deathHandler = mDeathHandlers.get(remote); in unhandleDeath()
275 private class RemoteDeathHandler implements IBinder.DeathRecipient { class in RemoteTransitionHandler
281 RemoteDeathHandler(IBinder remote) { in RemoteDeathHandler() method in RemoteTransitionHandler.RemoteDeathHandler