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);
164 for (RemoteConnection connection : mChildConnections) { in setDestroyed()
207 if (!mChildConnections.contains(connection)) { in addConnection()
208 mChildConnections.add(connection); in addConnection()
225 if (mChildConnections.contains(connection)) { in removeConnection()
226 mChildConnections.remove(connection); in removeConnection()
415 if (mChildConnections.contains(connection)) { in separate()
DConference.java82 private final List<Connection> mChildConnections = new CopyOnWriteArrayList<>(); field in Conference
84 Collections.unmodifiableList(mChildConnections);
454 if (connection != null && !mChildConnections.contains(connection)) { in addConnection()
456 mChildConnections.add(connection); in addConnection()
473 Log.d(this, "removing %s from %s", connection, mChildConnections); in removeConnection()
474 if (connection != null && mChildConnections.remove(connection)) { in removeConnection()
564 for (Connection connection : mChildConnections) { in destroy()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt65643 Landroid/telecom/Conference;->mChildConnections:Ljava/util/List;
66498 Landroid/telecom/RemoteConference;->mChildConnections:Ljava/util/List;