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.java1404 ArrayList<Connection> connList = new ArrayList<Connection>(); in getHandoverConnection() local
1406 connList.addAll(getForegroundCall().getConnections()); in getHandoverConnection()
1408 connList.addAll(getBackgroundCall().getConnections()); in getHandoverConnection()
1410 connList.addAll(getRingingCall().getConnections()); in getHandoverConnection()
1411 if (connList.size() > 0) { in getHandoverConnection()
1412 return connList; in getHandoverConnection()