Searched refs:mChildConnections (Results 1 – 3 of 3) sorted by relevance
138 private final List<RemoteConnection> mChildConnections = new CopyOnWriteArrayList<>(); field in RemoteConference140 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()
81 private final List<Connection> mChildConnections = new CopyOnWriteArrayList<>(); field in Conference83 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()
54943 Landroid/telecom/Conference;->mChildConnections:Ljava/util/List;55798 Landroid/telecom/RemoteConference;->mChildConnections:Ljava/util/List;