From 971e9a40a97eee7b6b0aa230034c04d2fb4fef8f Mon Sep 17 00:00:00 2001 From: Ben Gilad Date: Thu, 6 Mar 2014 14:46:49 -0800 Subject: Fix broken build due to ag/428341. Change-Id: I84945e8ce1b5c8b1be0785f71c7eae77699687fe --- telecomm/java/android/telecomm/CallService.java | 2 +- telecomm/java/android/telecomm/ICallService.aidl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'telecomm') diff --git a/telecomm/java/android/telecomm/CallService.java b/telecomm/java/android/telecomm/CallService.java index 261de4c..d1d0977 100644 --- a/telecomm/java/android/telecomm/CallService.java +++ b/telecomm/java/android/telecomm/CallService.java @@ -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. */ diff --git a/telecomm/java/android/telecomm/ICallService.aidl b/telecomm/java/android/telecomm/ICallService.aidl index c035262..28f19ca 100644 --- a/telecomm/java/android/telecomm/ICallService.aidl +++ b/telecomm/java/android/telecomm/ICallService.aidl @@ -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. */ -- cgit v1.1