Searched refs:mMonitorTokens (Results 1 – 1 of 1) sorted by relevance
109 private final ArrayMap<IBinder, IBinder.DeathRecipient> mMonitorTokens = new ArrayMap<>(); field in CarActivityService236 mMonitorTokens.put(token, deathRecipient); in registerTaskMonitor()261 IBinder.DeathRecipient deathRecipient = mMonitorTokens.remove(token); in cleanUpMonitorToken()311 boolean allowed = (mCurrentMonitor == null && mMonitorTokens.containsKey(token)); in isAllowedToUpdateLocked()