Home | History | Annotate | Download | only in phone

Lines Matching defs:connections

149      * Handler that tracks the connections and updates the value of the
1696 * Watch out: This method simply checks the number of Connections,
1721 List<Connection> connections = call.getConnections();
1722 if (connections != null && connections.size() > 1) {
1730 // the number of ACTIVE connections, not the total number of
1731 // connections, is greater than one. (See warning comment in the
1734 // if (connections == null) {
1738 // for (Connection conn : connections) {
1912 * Look for ANY connections on the phone that qualify as being
1925 * Iterate over all connections in a call to see if there are any
1933 // look through all connections for non-active ones.