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

Commit d7e6f260 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

am: a71f7d76

Change-Id: Idbf160bf09ad99ed13824b1a811edde6afd28d9a
parents 992f50cd a71f7d76
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)}.
     *