diff options
author | Tyler Gunn <tgunn@google.com> | 2016-08-25 09:26:15 -0700 |
---|---|---|
committer | Tyler Gunn <tgunn@google.com> | 2016-08-25 09:26:15 -0700 |
commit | 06f3fa66b7af74f8168963468d0932032fadb74d (patch) | |
tree | bd6a63cc354f65325a3c0d5fc7f2b0827ebd7db5 /telecomm/java/android/telecom/InCallService.java | |
parent | 051d6b74eb1acdf959f4ed23ec4b861d4dd41d90 (diff) |
Update InCallService#onConnectionEvent comments.
Update comments to indicate the method is unused and to point developers
to the correct method.
Bug: 31056610
Change-Id: I5d1da69914e0fccd3cf3c504b68acbcf0c70c9c4
Diffstat (limited to 'telecomm/java/android/telecom/InCallService.java')
-rw-r--r-- | telecomm/java/android/telecom/InCallService.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/telecomm/java/android/telecom/InCallService.java b/telecomm/java/android/telecom/InCallService.java index df6715d41a3f..69de89d5ed74 100644 --- a/telecomm/java/android/telecom/InCallService.java +++ b/telecomm/java/android/telecom/InCallService.java @@ -449,8 +449,8 @@ public abstract class InCallService extends Service { } /** - * Called when a {@link Call} has received a connection event issued by the - * {@link ConnectionService}. + * Unused; to handle connection events issued by a {@link ConnectionService}, implement the + * {@link android.telecom.Call.Callback#onConnectionEvent(Call, String, Bundle)} callback. * <p> * See {@link Connection#sendConnectionEvent(String, Bundle)}. * |