Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
DRemoteTransitionHandler.java69 private final ArrayMap<IBinder, RemoteDeathHandler> mDeathHandlers = new ArrayMap<>();
312 RemoteDeathHandler deathHandler = mDeathHandlers.get(remote); in handleDeath()
314 deathHandler = new RemoteDeathHandler(remote); in handleDeath()
330 RemoteDeathHandler deathHandler = mDeathHandlers.get(remote); in unhandleDeath()
373 private class RemoteDeathHandler implements IBinder.DeathRecipient { class in RemoteTransitionHandler
379 RemoteDeathHandler(IBinder remote) { in RemoteDeathHandler() method in RemoteTransitionHandler.RemoteDeathHandler