summaryrefslogtreecommitdiffstats
path: root/telecomm
diff options
context:
space:
mode:
Diffstat (limited to 'telecomm')
-rw-r--r--telecomm/java/android/telecomm/InCallCall.java2
-rw-r--r--telecomm/java/android/telecomm/InCallService.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/telecomm/java/android/telecomm/InCallCall.java b/telecomm/java/android/telecomm/InCallCall.java
index 295df3c..c3b2ae7 100644
--- a/telecomm/java/android/telecomm/InCallCall.java
+++ b/telecomm/java/android/telecomm/InCallCall.java
@@ -73,7 +73,7 @@ public final class InCallCall implements Parcelable {
/**
* Reason for disconnection, values are defined in {@link DisconnectCause}. Valid when call
- * state is {@link CallState.DISCONNECTED}.
+ * state is {@link CallState#DISCONNECTED}.
*/
public int getDisconnectCause() {
return mDisconnectCause;
diff --git a/telecomm/java/android/telecomm/InCallService.java b/telecomm/java/android/telecomm/InCallService.java
index 2e58a27..63b2020 100644
--- a/telecomm/java/android/telecomm/InCallService.java
+++ b/telecomm/java/android/telecomm/InCallService.java
@@ -180,7 +180,7 @@ public abstract class InCallService extends Service {
* Indicates to the in-call app that the specified call is active but in a "post-dial" state
* where Telecomm is now sending some dual-tone multi-frequency signaling (DTMF) tones appended
* to the dialed number. Normal transitions are to {@link #setPostDialWait(String,String)} when
- * the post-dial string requires user confirmation to proceed, {@link #setActive(String)} when
+ * the post-dial string requires user confirmation to proceed, and {@link CallState#ACTIVE} when
* the post-dial tones are completed.
*
* @param callId The identifier of the call changing state.