Lines Matching full:conn
1434 Connection conn = null;
1437 conn = call.getLatestConnection();
1440 conn = call.getEarliestConnection();
1445 return startGetCallerInfo(context, conn, listener, cookie);
1696 Connection conn = (Connection) cookie;
1719 ci.numberPresentation = conn.getNumberPresentation();
1726 CallerInfo newCi = getCallerInfo(null, conn);
1738 conn.setUserData(ci);
1829 // for (Connection conn : connections) {
1830 // if (DBG) log(" - CONN: " + conn + ", state = " + conn.getState());
1831 // if (conn.getState() == Call.State.ACTIVE) numActiveConnections++;
2762 b.append( " Conn: ").append(cm.getFgCallConnections());
2769 b.append( " Conn: ").append(cm.getBgCallConnections());
2788 b.append( " Conn: ").append(call.hasConnections());
2794 b.append( " Conn: ").append(call.hasConnections());
2799 b.append( " Conn: ").append(call.hasConnections());