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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsExternalCallTracker.java105 * {@link ImsExternalConnection} in {@link #mExternalConnections} is the one being requested.
115 private Map<Integer, ImsExternalConnection> mExternalConnections = field in class:ImsExternalCallTracker
120 * {@link #mExternalConnections} can be pulled, as reported by the latest dialog event package
248 mExternalConnections.entrySet().iterator();
271 if (!mExternalConnections.containsKey(callState.getCallId())) {
280 updateExistingConnection(mExternalConnections.get(callState.getCallId()),
294 return mExternalConnections.get(callId);
327 mExternalConnections.put(connection.getCallId(), connection);
358 mExternalConnections.remove(connection.getCallId());
391 for (ImsExternalConnection imsExternalConnection : mExternalConnections
[all...]

Completed in 142 milliseconds