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

* commit '028217eb6789e82c96ef5ff5fe0a5a9e0c740d97':
  Add hidden method to access a connection's service.
This commit is contained in:
Santos Cordon
2014-10-21 23:29:41 +00:00
committed by Android Git Automerger

View File

@@ -900,6 +900,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
* already part of a conference call. {@link #resetConference} to un-set the conference first.