summaryrefslogtreecommitdiff
path: root/telecomm/java/android/telecom/InCallService.java
diff options
context:
space:
mode:
authorTyler Gunn <tgunn@google.com>2016-04-15 11:28:44 -0700
committerTyler Gunn <tgunn@google.com>2016-04-15 11:28:44 -0700
commit1bf206b766654ea9c4e9bc7a703a9d5f1d30ab72 (patch)
tree51993d172edacc77bcf749767f412abfff40da3c /telecomm/java/android/telecom/InCallService.java
parenta90035950019434012f32b8dbc5d278894484df3 (diff)
Hide multi-endpoint APIs.
Per feature council decision, the multi-endpoint APIs will be @hide for the N release. Bug: 28196918 Change-Id: Ia80b089bc754ce87ca208382eb79442b5265844d
Diffstat (limited to 'telecomm/java/android/telecom/InCallService.java')
-rw-r--r--telecomm/java/android/telecom/InCallService.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/telecomm/java/android/telecom/InCallService.java b/telecomm/java/android/telecom/InCallService.java
index df6715d41a3f..e2399ff398d6 100644
--- a/telecomm/java/android/telecom/InCallService.java
+++ b/telecomm/java/android/telecom/InCallService.java
@@ -457,6 +457,7 @@ public abstract class InCallService extends Service {
* @param call The call the event is associated with.
* @param event The event.
* @param extras Any associated extras.
+ * @hide
*/
public void onConnectionEvent(Call call, String event, Bundle extras) {
}