Searched refs: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)) {
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
383 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
827 if (mConnectionById.containsKey(callId)) {
836 if (mConnectionById.containsKey(callId)) {
845 if (mConnectionById.containsKey(callId)) {
854 if (mConnectionById.containsKey(callId)) {
865 if (mConnectionById.containsKey(callId)) {
874 if (mConnectionById.containsKey(callId)) {
1006 if (mConnectionById.containsKey(callId)) {
1200 return mConnectionById.values();
1362 mConnectionById
[all...]

Completed in 141 milliseconds