Home
last modified time | relevance | path

Searched refs:connectionIterator (Results 1 – 1 of 1) sorted by relevance

/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConferenceBase.java131 Iterator<Connection> connectionIterator = getConnections().iterator(); in destroyTelephonyConference() local
132 while (connectionIterator.hasNext()) { in destroyTelephonyConference()
133 removeTelephonyConnection(connectionIterator.next()); in destroyTelephonyConference()