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.java136 Iterator<Connection> connectionIterator = getConnections().iterator(); in destroyTelephonyConference() local
137 while (connectionIterator.hasNext()) { in destroyTelephonyConference()
138 removeTelephonyConnection(connectionIterator.next()); in destroyTelephonyConference()