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

Commit 971e9a40 authored by Ben Gilad's avatar Ben Gilad
Browse files

Fix broken build due to ag/428341.

Change-Id: I84945e8ce1b5c8b1be0785f71c7eae77699687fe
parent 45b5cf0f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -212,7 +212,7 @@ public abstract class CallService extends Service {
     * abort an attempt to place a call.  Only ever be invoked after {@link #call} invocations.
     * After this is invoked, Telecomm does not expect any more updates about the call and will
     * actively ignore any such update. This is different from {@link #disconnect} where Telecomm
     * expects confirmation via {@link #markCallAsDisconnected}.
     * expects confirmation via ICallServiceAdapter.markCallAsDisconnected.
     *
     * @param callId The identifier of the call to abort.
     */
+1 −1
Original line number Diff line number Diff line
@@ -73,7 +73,7 @@ oneway interface ICallService {
     * abort an attempt to place a call.  Only ever be invoked after {@link #call} invocations.
     * After this is invoked, Telecomm does not expect any more updates about the call and will
     * actively ignore any such update. This is different from {@link #disconnect} where Telecomm
     * expects confirmation via {@link #markCallAsDisconnected}.
     * expects confirmation via ICallServiceAdapter.markCallAsDisconnected.
     *
     * @param callId The identifier of the call to abort.
     */