Home
last modified time | relevance | path

Searched refs:fgConnections (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Phone/src/com/android/phone/
DPhoneUtils.java143 List<Connection> fgConnections = new ArrayList<Connection>(); in handleMessage() local
146 fgConnections.addAll(fgCall.getConnections()); in handleMessage()
149 for (Connection cn : fgConnections) { in handleMessage()
177 if (!fgConnections.contains(cn) && !bgConnections.contains(cn)) { in handleMessage()
DInCallScreen.java2432 List<Connection> fgConnections = mCM.getFgCallConnections(); in updateScreen() local
2438 for (Connection cn : fgConnections) { in updateScreen()
2452 for (Connection cn : fgConnections) { in updateScreen()