Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 028217eb authored by Santos Cordon's avatar Santos Cordon Committed by Android (Google) Code Review
Browse files

Merge "Add hidden method to access a connection's service." into lmp-dev

parents ccbeb61a af1b296a
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -900,6 +900,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.