Searched refs:connectionIterator (Results 1 – 1 of 1) sorted by relevance
131 Iterator<Connection> connectionIterator = getConnections().iterator(); in destroyTelephonyConference() local132 while (connectionIterator.hasNext()) { in destroyTelephonyConference()133 removeTelephonyConnection(connectionIterator.next()); in destroyTelephonyConference()