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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user