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

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

Update InCallService#onConnectionEvent comments. am: 06f3fa66

am: e3222569

Change-Id: I43bfb254bbd730469a6e16a56162b7b5e7b7a1ba
parents 26d5345d e3222569
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)}.
     *