Searched refs:bgConnections (Results 1 – 1 of 1) sorted by relevance
151 List<Connection> bgConnections = new ArrayList<Connection>(); in handleMessage() local154 bgConnections.addAll(bgCall.getConnections()); in handleMessage()157 for (Connection cn : bgConnections) { in handleMessage()170 if (!fgConnections.contains(cn) && !bgConnections.contains(cn)) { in handleMessage()