commit | 53149fd1eb5c7dc0d2d3a00b72c4ebf986b4e36f | [log] [tgz] |
---|---|---|
author | Santos Cordon <santoscordon@google.com> | Fri Jun 22 13:55:53 2012 -0700 |
committer | Jean-Baptiste Queru <jbq@google.com> | Mon Jul 02 10:57:31 2012 -0700 |
tree | 50724da929db57469f25a9cb98d3048f4f41688a | |
parent | 992a57bf396254adbf07b1ba906a525486d40909 [diff] |
Fix a bad comment. - DO NOT MERGE Change-Id: I923fb003cc37f562ff6cc5a4cdcc8dd4ea227dc0
diff --git a/telephony/java/com/android/internal/telephony/TelephonyCapabilities.java b/telephony/java/com/android/internal/telephony/TelephonyCapabilities.java index 68db60b..a122e68 100644 --- a/telephony/java/com/android/internal/telephony/TelephonyCapabilities.java +++ b/telephony/java/com/android/internal/telephony/TelephonyCapabilities.java
@@ -180,7 +180,7 @@ /** * Returns true if the device can distinguish the phone's dialing state - * (Call.State.DIALING/ACTIVE) and connected state (Call.State.CONNECTED). + * (Call.State.DIALING/ALERTING) and connected state (Call.State.ACTIVE). * * Currently this returns true for GSM phones as we cannot know when a CDMA * phone has transitioned from dialing/active to connected.