Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsExternalCallTracker.java114 private Map<Integer, ImsExternalConnection> mExternalConnections = field in ImsExternalCallTracker
247 mExternalConnections.entrySet().iterator(); in refreshExternalCallState()
270 if (!mExternalConnections.containsKey(callState.getCallId())) { in refreshExternalCallState()
279 updateExistingConnection(mExternalConnections.get(callState.getCallId()), in refreshExternalCallState()
293 return mExternalConnections.get(callId); in getConnectionById()
326 mExternalConnections.put(connection.getCallId(), connection); in createExternalConnection()
357 mExternalConnections.remove(connection.getCallId()); in updateExistingConnection()
390 for (ImsExternalConnection imsExternalConnection : mExternalConnections.values()) { in refreshCallPullState()