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

* commit '30e65842493adc71aff649f32a45b6a38e83dc2e':
  Change access to removeConnection so we can override it.
This commit is contained in:
Anthony Lee
2014-11-07 01:17:29 +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);