Home
last modified time | relevance | path

Searched refs:mConnectionById (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
DRemoteConnectionService.java85 if (mConnectionById.containsKey(confId)) {
86 conferenceable.add(mConnectionById.get(confId));
101 if (mConnectionById.containsKey(callId)) {
131 if (mConnectionById.containsKey(callId)) {
142 if (mConnectionById.containsKey(callId)) {
160 if (mConnectionById.containsKey(callId)) {
172 if (mConnectionById.containsKey(callId)) {
217 RemoteConnection c = mConnectionById.get(id);
256 if (mConnectionById.containsKey(callId)) {
342 if (mConnectionById.containsKey(id)) {
[all …]
DConnectionService.java160 private final Map<String, Connection> mConnectionById = new ConcurrentHashMap<>(); field in ConnectionService
1461 if (mConnectionById.containsKey(callId)) { in disconnect()
1470 if (mConnectionById.containsKey(callId)) { in hold()
1479 if (mConnectionById.containsKey(callId)) { in unhold()
1488 if (mConnectionById.containsKey(callId)) { in onCallAudioStateChanged()
1499 if (mConnectionById.containsKey(callId)) { in playDtmfTone()
1508 if (mConnectionById.containsKey(callId)) { in stopDtmfTone()
1639 if (mConnectionById.containsKey(callId)) { in handleExtrasChanged()
1648 if (mConnectionById.containsKey(callId)) { in startRtt()
1657 if (mConnectionById.containsKey(callId)) { in stopRtt()
[all …]