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