Searched refs:fgConnections (Results 1 – 2 of 2) sorted by relevance
143 List<Connection> fgConnections = new ArrayList<Connection>(); in handleMessage() local146 fgConnections.addAll(fgCall.getConnections()); in handleMessage()149 for (Connection cn : fgConnections) { in handleMessage()177 if (!fgConnections.contains(cn) && !bgConnections.contains(cn)) { in handleMessage()
2432 List<Connection> fgConnections = mCM.getFgCallConnections(); in updateScreen() local2438 for (Connection cn : fgConnections) { in updateScreen()2452 for (Connection cn : fgConnections) { in updateScreen()