Loading telephony/java/android/telephony/TelephonyManager.java +2 −2 Original line number Original line Diff line number Diff line Loading @@ -1811,7 +1811,7 @@ public class TelephonyManager { /** /** * Returns the ISO country code equivalent of the MCC (Mobile Country Code) of the current * Returns the ISO country code equivalent of the MCC (Mobile Country Code) of the current * registered operator, or nearby cell information if not registered. * registered operator or the cell nearby, if available. * . * . * <p> * <p> * Note: Result may be unreliable on CDMA networks (use {@link #getPhoneType()} to determine * Note: Result may be unreliable on CDMA networks (use {@link #getPhoneType()} to determine Loading @@ -1823,7 +1823,7 @@ public class TelephonyManager { /** /** * Returns the ISO country code equivalent of the MCC (Mobile Country Code) of the current * Returns the ISO country code equivalent of the MCC (Mobile Country Code) of the current * registered operator, or nearby cell information if not registered. * registered operator or the cell nearby, if available. * <p> * <p> * Note: Result may be unreliable on CDMA networks (use {@link #getPhoneType()} to determine * Note: Result may be unreliable on CDMA networks (use {@link #getPhoneType()} to determine * if on a CDMA network). * if on a CDMA network). Loading Loading
telephony/java/android/telephony/TelephonyManager.java +2 −2 Original line number Original line Diff line number Diff line Loading @@ -1811,7 +1811,7 @@ public class TelephonyManager { /** /** * Returns the ISO country code equivalent of the MCC (Mobile Country Code) of the current * Returns the ISO country code equivalent of the MCC (Mobile Country Code) of the current * registered operator, or nearby cell information if not registered. * registered operator or the cell nearby, if available. * . * . * <p> * <p> * Note: Result may be unreliable on CDMA networks (use {@link #getPhoneType()} to determine * Note: Result may be unreliable on CDMA networks (use {@link #getPhoneType()} to determine Loading @@ -1823,7 +1823,7 @@ public class TelephonyManager { /** /** * Returns the ISO country code equivalent of the MCC (Mobile Country Code) of the current * Returns the ISO country code equivalent of the MCC (Mobile Country Code) of the current * registered operator, or nearby cell information if not registered. * registered operator or the cell nearby, if available. * <p> * <p> * Note: Result may be unreliable on CDMA networks (use {@link #getPhoneType()} to determine * Note: Result may be unreliable on CDMA networks (use {@link #getPhoneType()} to determine * if on a CDMA network). * if on a CDMA network). Loading