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

Commit 910f18ea authored by Santos Cordon's avatar Santos Cordon Committed by Android Git Automerger
Browse files

am 05f4d8d1: am 40f15895: am 028217eb: Merge "Add hidden method to access a...

am 05f4d8d1: am 40f15895: am 028217eb: Merge "Add hidden method to access a connection\'s service." into lmp-dev

* commit '05f4d8d1':
  Add hidden method to access a connection's service.
parents 78b236b3 05f4d8d1
Loading
Loading
Loading
Loading
+7 −0
Original line number Original line Diff line number Diff line
@@ -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
     * 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.
     * already part of a conference call. {@link #resetConference} to un-set the conference first.