Searched refs:fgConnections (Results 1 – 2 of 2) sorted by relevance
129 List<Connection> fgConnections = phone.getForegroundCall().getConnections(); in handleMessage() local130 for (Connection cn : fgConnections) { in handleMessage()151 if (!fgConnections.contains(cn) && !bgConnections.contains(cn)) { in handleMessage()
2376 List<Connection> fgConnections = mForegroundCall.getConnections(); in updateScreen() local2382 for (Connection cn : fgConnections) { in updateScreen()2395 for (Connection cn : fgConnections) { in updateScreen()