OSDN Git Service

Fix a bad comment. - DO NOT MERGE
authorSantos Cordon <santoscordon@google.com>
Fri, 22 Jun 2012 20:55:53 +0000 (13:55 -0700)
committerJean-Baptiste Queru <jbq@google.com>
Mon, 2 Jul 2012 17:57:31 +0000 (10:57 -0700)
Change-Id: I923fb003cc37f562ff6cc5a4cdcc8dd4ea227dc0

telephony/java/com/android/internal/telephony/TelephonyCapabilities.java

index 68db60b..a122e68 100644 (file)
@@ -180,7 +180,7 @@ public class TelephonyCapabilities {
 
     /**
      * 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.