Home
last modified time | relevance | path

Searched refs:mChildConnections (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
DRemoteConference.java138 private final List<RemoteConnection> mChildConnections = new CopyOnWriteArrayList<>(); field in RemoteConference
140 Collections.unmodifiableList(mChildConnections);
172 for (RemoteConnection connection : mChildConnections) { in setDestroyed()
215 if (!mChildConnections.contains(connection)) { in addConnection()
216 mChildConnections.add(connection); in addConnection()
233 if (mChildConnections.contains(connection)) { in removeConnection()
234 mChildConnections.remove(connection); in removeConnection()
423 if (mChildConnections.contains(connection)) { in separate()
DConference.java81 private final List<Connection> mChildConnections = new CopyOnWriteArrayList<>(); field in Conference
83 Collections.unmodifiableList(mChildConnections);
452 if (connection != null && !mChildConnections.contains(connection)) { in addConnection()
454 mChildConnections.add(connection); in addConnection()
471 Log.d(this, "removing %s from %s", connection, mChildConnections); in removeConnection()
472 if (connection != null && mChildConnections.remove(connection)) { in removeConnection()
562 for (Connection connection : mChildConnections) { in destroy()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt54943 Landroid/telecom/Conference;->mChildConnections:Ljava/util/List;
55798 Landroid/telecom/RemoteConference;->mChildConnections:Ljava/util/List;