Searched refs:mScheduledFutureMap (Results 1 – 2 of 2) sorted by relevance
118 private final Map<Call, ScheduledFuture<?>> mScheduledFutureMap = new ConcurrentHashMap<>(2); field in CallAnomalyWatchdog254 if (mScheduledFutureMap.containsKey(call)) { in stopTrackingCall()255 ScheduledFuture<?> existingTimeout = mScheduledFutureMap.get(call); in stopTrackingCall()257 mScheduledFutureMap.remove(call); in stopTrackingCall()284 if (mScheduledFutureMap.containsKey(call)) { in maybeTrackCall()285 ScheduledFuture<?> existingTimeout = mScheduledFutureMap.get(call); in maybeTrackCall()287 mScheduledFutureMap.remove(call); in maybeTrackCall()305 mScheduledFutureMap.put(call, future); in maybeTrackCall()384 mScheduledFutureMap.remove(call); in getCleanupRunnable()429 pw.println(mScheduledFutureMap.keySet().stream().map(c -> c.getId()).collect( in dump()[all …]
117 private final Map<Call, ScheduledFuture<?>> mScheduledFutureMap = new ConcurrentHashMap<>(2); field in ConnectionServiceWrapper132 if (mScheduledFutureMap.containsKey(call)) { in handleCreateConnectionComplete()133 ScheduledFuture<?> existingTimeout = mScheduledFutureMap.get(call); in handleCreateConnectionComplete()135 mScheduledFutureMap.remove(call); in handleCreateConnectionComplete()182 if (mScheduledFutureMap.containsKey(call)) { in handleCreateConferenceComplete()183 ScheduledFuture<?> existingTimeout = mScheduledFutureMap.get(call); in handleCreateConferenceComplete()185 mScheduledFutureMap.remove(call); in handleCreateConferenceComplete()1669 mScheduledFutureMap.put(call, future); in createConference()1792 mScheduledFutureMap.put(call, future); in createConnection()