diff options
| -rw-r--r-- | telephony/java/android/telephony/PhoneNumberUtils.java | 2 | ||||
| -rw-r--r-- | telephony/java/android/telephony/ServiceState.java | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/telephony/java/android/telephony/PhoneNumberUtils.java b/telephony/java/android/telephony/PhoneNumberUtils.java index b430340a8963..553221d579ec 100644 --- a/telephony/java/android/telephony/PhoneNumberUtils.java +++ b/telephony/java/android/telephony/PhoneNumberUtils.java @@ -2354,7 +2354,7 @@ public class PhoneNumberUtils tempDialStr = postDialStr.substring(dialableIndex); } else { // Non-dialable character such as P/W should not be at the end of - // the dial string after P/W processing in CdmaConnection.java + // the dial string after P/W processing in GsmCdmaConnection.java // Set the postDialStr to "" to break out of the loop if (dialableIndex < 0) { postDialStr = ""; diff --git a/telephony/java/android/telephony/ServiceState.java b/telephony/java/android/telephony/ServiceState.java index 13374879f09b..8537f9cf2f86 100644 --- a/telephony/java/android/telephony/ServiceState.java +++ b/telephony/java/android/telephony/ServiceState.java @@ -906,7 +906,7 @@ public class ServiceState implements Parcelable { /** * In CDMA, mOperatorAlphaLong can be set from the ERI text. - * This is done from the CDMAPhone and not from the CdmaServiceStateTracker. + * This is done from the GsmCdmaPhone and not from the ServiceStateTracker. * * @hide */ |