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