Searched refs:mDeathHandlers (Results 1 – 1 of 1) sorted by relevance
69 private final ArrayMap<IBinder, RemoteDeathHandler> mDeathHandlers = new ArrayMap<>(); field in RemoteTransitionHandler311 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()