Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e3222569 authored by Tyler Gunn's avatar Tyler Gunn Committed by android-build-merger
Browse files

Update InCallService#onConnectionEvent comments.

am: 06f3fa66

Change-Id: I954dd7bd3079f33e5966a1998c4f676c98cbe0de
parents 6f200e69 06f3fa66
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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)}.
     *