Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsExternalCallTracker.java246 Iterator<Map.Entry<Integer, ImsExternalConnection>> connectionIterator = in refreshExternalCallState() local
249 while (connectionIterator.hasNext()) { in refreshExternalCallState()
250 Map.Entry<Integer, ImsExternalConnection> entry = connectionIterator.next(); in refreshExternalCallState()
257 connectionIterator.remove(); in refreshExternalCallState()