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.java1550 ArrayList<Connection> connList = new ArrayList<Connection>(); in getHandoverConnection() local
1552 connList.addAll(getForegroundCall().getConnections()); in getHandoverConnection()
1554 connList.addAll(getBackgroundCall().getConnections()); in getHandoverConnection()
1556 connList.addAll(getRingingCall().getConnections()); in getHandoverConnection()
1557 if (connList.size() > 0) { in getHandoverConnection()
1558 return connList; in getHandoverConnection()