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

* commit '0b9485502faa5837d3007992d3128a8d43a6247b':
  Change access to removeConnection so we can override it.
This commit is contained in:
Anthony Lee
2014-11-07 01:36:50 +00:00
committed by Android Git Automerger

View File

@@ -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);