summaryrefslogtreecommitdiffstats
path: root/telecomm
diff options
context:
space:
mode:
authorBen Gilad <gilad@google.com>2014-03-06 14:46:49 -0800
committerBen Gilad <gilad@google.com>2014-03-06 14:52:42 -0800
commit971e9a40a97eee7b6b0aa230034c04d2fb4fef8f (patch)
tree4683b7e4354dc4f0f0aef7cd0bb8a4524915b544 /telecomm
parent45b5cf0f6ea5769f5341b6070fde73e9546b06b6 (diff)
downloadframeworks_base-971e9a40a97eee7b6b0aa230034c04d2fb4fef8f.zip
frameworks_base-971e9a40a97eee7b6b0aa230034c04d2fb4fef8f.tar.gz
frameworks_base-971e9a40a97eee7b6b0aa230034c04d2fb4fef8f.tar.bz2
Fix broken build due to ag/428341.
Change-Id: I84945e8ce1b5c8b1be0785f71c7eae77699687fe
Diffstat (limited to 'telecomm')
-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.
*/