diff options
Diffstat (limited to 'telecomm/java/android/telecom/InCallService.java')
| -rw-r--r-- | telecomm/java/android/telecom/InCallService.java | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/telecomm/java/android/telecom/InCallService.java b/telecomm/java/android/telecom/InCallService.java index e2399ff398d6..69de89d5ed74 100644 --- a/telecomm/java/android/telecom/InCallService.java +++ b/telecomm/java/android/telecom/InCallService.java @@ -449,15 +449,14 @@ 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)}. * * @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) { } |
