Home
last modified time | relevance | path

Searched refs:mDeathHandlers (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<>(); field in RemoteTransitionHandler
311 synchronized (mDeathHandlers) { in handleDeath()
312 RemoteDeathHandler deathHandler = mDeathHandlers.get(remote); in handleDeath()
321 mDeathHandlers.put(remote, deathHandler); in handleDeath()
329 synchronized (mDeathHandlers) { in unhandleDeath()
330 RemoteDeathHandler deathHandler = mDeathHandlers.get(remote); in unhandleDeath()
339 mDeathHandlers.remove(remote); in unhandleDeath()