Searched refs:mExternalConnections (Results 1 – 1 of 1) sorted by relevance
122 private Map<Integer, ImsExternalConnection> mExternalConnections = field in ImsExternalCallTracker255 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()