summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--telecomm/java/android/telecomm/CallService.java2
-rw-r--r--telecomm/java/android/telecomm/ICallService.aidl2
2 files changed, 2 insertions, 2 deletions
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.
*/