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));
105 if (mConnectionById.containsKey(callId)) {
135 if (mConnectionById.containsKey(callId)) {
146 if (mConnectionById.containsKey(callId)) {
164 if (mConnectionById.containsKey(callId)) {
176 if (mConnectionById.containsKey(callId)) {
229 RemoteConnection c = mConnectionById.get(id);
268 if (mConnectionById.containsKey(callId)) {
354 if (mConnectionById.containsKey(id)) {
[all …]
DConnectionService.java189 private final Map<String, Connection> mConnectionById = new ConcurrentHashMap<>(); field in ConnectionService
1703 if (mConnectionById.containsKey(callId)) { in disconnect()
1712 if (mConnectionById.containsKey(callId)) { in hold()
1721 if (mConnectionById.containsKey(callId)) { in unhold()
1730 if (mConnectionById.containsKey(callId)) { in onCallAudioStateChanged()
1741 if (mConnectionById.containsKey(callId)) { in playDtmfTone()
1750 if (mConnectionById.containsKey(callId)) { in stopDtmfTone()
1894 if (mConnectionById.containsKey(callId)) { in handleExtrasChanged()
1903 if (mConnectionById.containsKey(callId)) { in startRtt()
1912 if (mConnectionById.containsKey(callId)) { in stopRtt()
[all …]