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

Commit af1b296a authored by Santos Cordon's avatar Santos Cordon
Browse files

Add hidden method to access a connection's service.

This change exposes a method that is used by the actual
fix here: I4e4789c044d9e3614f42143cfa6053881a6d109b

Bug: 17962996
Change-Id: Iec3795ea372634120c71b0a80ee046e372569ecf
parent 1901e175
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.