Searched refs:callIdIndexMap (Results 1 – 1 of 1) sorted by relevance
102 Map<UUID, Integer> callIdIndexMap = new HashMap<>(); field in TbsGeneric.Bearer304 for (Map.Entry<UUID, Integer> callIdToIndex : bearer.callIdIndexMap.entrySet()) { in getCallIdByIndex()394 for (Integer callIndex : bearer.callIdIndexMap.values()) { in removeBearer()398 if (bearer.callIdIndexMap.size() > 0) { in removeBearer()460 if (bearer.callIdIndexMap.get(request.callIdList.get(0)) != null) { in checkRequestComplete()467 if (bearer.callIdIndexMap.get(callId) == null in checkRequestComplete()474 Integer callIndex = bearer.callIdIndexMap.get(pendingCallId); in checkRequestComplete()553 if (bearer.callIdIndexMap.containsKey(callId)) { in callAdded()564 bearer.callIdIndexMap.put(callId, callIndex); in callAdded()599 Integer callIndex = bearer.callIdIndexMap.remove(callId); in callRemoved()[all …]