Loading telecomm/java/android/telecom/Connection.java +7 −0 Original line number Diff line number Diff line Loading @@ -897,6 +897,13 @@ public abstract class Connection { } } /** * @hide */ public final ConnectionService getConnectionService() { return mConnectionService; } /** * Sets the conference that this connection is a part of. This will fail if the connection is * already part of a conference call. {@link #resetConference} to un-set the conference first. Loading Loading
telecomm/java/android/telecom/Connection.java +7 −0 Original line number Diff line number Diff line Loading @@ -897,6 +897,13 @@ public abstract class Connection { } } /** * @hide */ public final ConnectionService getConnectionService() { return mConnectionService; } /** * Sets the conference that this connection is a part of. This will fail if the connection is * already part of a conference call. {@link #resetConference} to un-set the conference first. Loading