Searched refs:connList (Results 1 – 2 of 2) sorted by relevance
1620 ArrayList<Connection> connList = new ArrayList<Connection>(); in getHandoverConnection() local1622 connList.addAll(getForegroundCall().getConnections()); in getHandoverConnection()1624 connList.addAll(getBackgroundCall().getConnections()); in getHandoverConnection()1626 connList.addAll(getRingingCall().getConnections()); in getHandoverConnection()1627 if (connList.size() > 0) { in getHandoverConnection()1628 return connList; in getHandoverConnection()
6088 List<SrvccConnection> connList = new ArrayList<>(); in convertToSrvccConnectionInfo() local6091 addConnection(connList, in convertToSrvccConnectionInfo()6099 logi("convertToSrvccConnectionInfo size=" + connList.size()); in convertToSrvccConnectionInfo()6100 if (connList.isEmpty()) return null; in convertToSrvccConnectionInfo()6101 return connList.toArray(new SrvccConnection[0]); in convertToSrvccConnectionInfo()