am 05f4d8d1: am 40f15895: am 028217eb: Merge "Add hidden method to access a connection\'s service." into lmp-dev
* commit '05f4d8d1d0e99dc76dfae7198b1c0ce6c98be466':
Add hidden method to access a connection's service.
diff --git a/telecomm/java/android/telecom/Connection.java b/telecomm/java/android/telecom/Connection.java
index 795053d..2932721 100644
--- a/telecomm/java/android/telecom/Connection.java
+++ b/telecomm/java/android/telecom/Connection.java
@@ -898,6 +898,13 @@
}
/**
+ * @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.
*