Home
last modified time | relevance | path

Searched refs:mDeathHandlers (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<>(); field in RemoteTransitionHandler
197 synchronized (mDeathHandlers) { in handleDeath()
198 RemoteDeathHandler deathHandler = mDeathHandlers.get(remote); in handleDeath()
207 mDeathHandlers.put(remote, deathHandler); in handleDeath()
215 synchronized (mDeathHandlers) { in unhandleDeath()
216 RemoteDeathHandler deathHandler = mDeathHandlers.get(remote); in unhandleDeath()
225 mDeathHandlers.remove(remote); in unhandleDeath()