Home
last modified time | relevance | path

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

/packages/apps/Phone/src/com/android/phone/
DPhoneUtils.java151 List<Connection> bgConnections = new ArrayList<Connection>(); in handleMessage() local
154 bgConnections.addAll(bgCall.getConnections()); in handleMessage()
157 for (Connection cn : bgConnections) { in handleMessage()
170 if (!fgConnections.contains(cn) && !bgConnections.contains(cn)) { in handleMessage()