Searched refs:callIdList (Results 1 – 1 of 1) sorted by relevance
67 List<UUID> callIdList; field in TbsGeneric.Request73 this.callIdList = Arrays.asList(callId); in Request()84 this.callIdList = new ArrayList<>(); in Request()86 this.callIdList.add(callId.getUuid()); in Request()418 if (entry.getValue().callIdList.contains(callId)) { in checkRequestComplete()460 if (bearer.callIdIndexMap.get(request.callIdList.get(0)) != null) { in checkRequestComplete()473 for (UUID pendingCallId : request.callIdList) { in checkRequestComplete()