Searched refs:mConnectionById (Results 1 – 2 of 2) sorted by relevance
83 if (mConnectionById.containsKey(confId)) {84 conferenceable.add(mConnectionById.get(confId));99 if (mConnectionById.containsKey(callId)) {122 if (mConnectionById.containsKey(callId)) {133 if (mConnectionById.containsKey(callId)) {150 if (mConnectionById.containsKey(callId)) {161 if (mConnectionById.containsKey(callId)) {206 RemoteConnection c = mConnectionById.get(id);235 if (mConnectionById.containsKey(callId)) {312 if (mConnectionById.containsKey(id)) {[all …]
112 private final Map<String, Connection> mConnectionById = new ConcurrentHashMap<>(); field in ConnectionService827 if (mConnectionById.containsKey(callId)) { in disconnect()836 if (mConnectionById.containsKey(callId)) { in hold()845 if (mConnectionById.containsKey(callId)) { in unhold()854 if (mConnectionById.containsKey(callId)) { in onCallAudioStateChanged()865 if (mConnectionById.containsKey(callId)) { in playDtmfTone()874 if (mConnectionById.containsKey(callId)) { in stopDtmfTone()1006 if (mConnectionById.containsKey(callId)) { in handleExtrasChanged()1200 return mConnectionById.values(); in getAllConnections()1362 mConnectionById.put(callId, connection); in addConnection()[all …]