Searched defs:mConnectionById (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
H A DRemoteConnectionService.java83 if (mConnectionById.containsKey(confId)) {
84 conferenceable.add(mConnectionById.get(confId));
99 if (mConnectionById.containsKey(callId)) {
128 if (mConnectionById.containsKey(callId)) {
139 if (mConnectionById.containsKey(callId)) {
156 if (mConnectionById.containsKey(callId)) {
167 if (mConnectionById.containsKey(callId)) {
212 RemoteConnection c = mConnectionById.get(id);
251 if (mConnectionById.containsKey(callId)) {
328 if (mConnectionById
405 private final Map<String, RemoteConnection> mConnectionById = new HashMap<>(); field in class:RemoteConnectionService
[all...]
H A DConnectionService.java112 private final Map<String, Connection> mConnectionById = new ConcurrentHashMap<>(); field in class:ConnectionService
830 if (mConnectionById.containsKey(callId)) {
839 if (mConnectionById.containsKey(callId)) {
848 if (mConnectionById.containsKey(callId)) {
857 if (mConnectionById.containsKey(callId)) {
868 if (mConnectionById.containsKey(callId)) {
877 if (mConnectionById.containsKey(callId)) {
1009 if (mConnectionById.containsKey(callId)) {
1203 return mConnectionById.values();
1371 mConnectionById
[all...]

Completed in 60 milliseconds