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.java122 private Map<Integer, ImsExternalConnection> mExternalConnections = field in ImsExternalCallTracker
255 mExternalConnections.entrySet().iterator(); in refreshExternalCallState()
278 if (!mExternalConnections.containsKey(callState.getCallId())) { in refreshExternalCallState()
287 updateExistingConnection(mExternalConnections.get(callState.getCallId()), in refreshExternalCallState()
301 return mExternalConnections.get(callId); in getConnectionById()
334 mExternalConnections.put(connection.getCallId(), connection); in createExternalConnection()
365 mExternalConnections.remove(connection.getCallId()); in updateExistingConnection()
398 for (ImsExternalConnection imsExternalConnection : mExternalConnections.values()) { in refreshCallPullState()