Lines Matching refs:mCallMap
92 private final HashMap<Connection, Call> mCallMap = Maps.newHashMap();
142 Lists.newArrayListWithCapacity(mCallMap.size() + mConfCallMap.size());
143 calls.addAll(mCallMap.values());
150 for (Entry<Connection, Call> entry : mCallMap.entrySet()) {
165 return hasLiveCallInternal(mCallMap) ||
238 return hasOutstandingActiveOrDialingCallInternal(mCallMap) ||
271 final Call call = getCallFromMap(mCallMap, c, false);
294 final Call call = getCallFromMap(mCallMap, conn, true);
310 final Call call = getCallFromMap(mCallMap, conn, false);
327 mCallMap.remove(conn);
371 orphanedConnections.addAll(mCallMap.keySet());
405 final Call call = getCallFromMap(mCallMap, connection, shouldCreate /* create */);
430 if (mCallMap.containsKey(orphanedConnection)) {
431 final Call call = mCallMap.get(orphanedConnection);
435 mCallMap.remove(orphanedConnection);
439 final Call call = mCallMap.get(orphanedConnection);
616 final Call childCall = getCallFromMap(mCallMap, childConn, false);