Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhone.java1518 ArrayList<Connection> connList = new ArrayList<Connection>(); in getHandoverConnection() local
1520 connList.addAll(getForegroundCall().getConnections()); in getHandoverConnection()
1522 connList.addAll(getBackgroundCall().getConnections()); in getHandoverConnection()
1524 connList.addAll(getRingingCall().getConnections()); in getHandoverConnection()
1525 if (connList.size() > 0) { in getHandoverConnection()
1526 return connList; in getHandoverConnection()