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

Commit d997d012 authored by Anthony Lee's avatar Anthony Lee Committed by Android Git Automerger
Browse files

am 55b1eb84: am 0b948550: am 30e65842: Change access to removeConnection so we can override it.

* commit '55b1eb84':
  Change access to removeConnection so we can override it.
parents 900b2d91 55b1eb84
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1039,7 +1039,8 @@ public abstract class ConnectionService extends Service {
        connection.setConnectionService(this);
    }

    private void removeConnection(Connection connection) {
    /** {@hide} */
    protected void removeConnection(Connection connection) {
        String id = mIdByConnection.get(connection);
        connection.unsetConnectionService(this);
        connection.removeConnectionListener(mConnectionListener);