Searched refs:storedCallIdList (Results 1 – 1 of 1) sorted by relevance
680 Map<UUID, Integer> storedCallIdList = new HashMap<>(bearer.callIdIndexMap); in currentCallsList() local684 Integer callIndex = storedCallIdList.get(callId); in currentCallsList()707 for (Map.Entry<UUID, Integer> callIdToIndex : storedCallIdList.entrySet()) { in currentCallsList()