Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhone.java1620 ArrayList<Connection> connList = new ArrayList<Connection>(); in getHandoverConnection() local
1622 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()
DImsPhoneCallTracker.java6088 List<SrvccConnection> connList = new ArrayList<>(); in convertToSrvccConnectionInfo() local
6091 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()