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

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

Update InCallService#onConnectionEvent comments. am: 06f3fa66 am: e3222569

am: 837186e1

Change-Id: Ic8452e82711380dacd69767387767bb73b225a64
parents 70bf1579 837186e1
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)}.
     *