Loading telephony/java/com/android/internal/telephony/CallerInfo.java +4 −0 Original line number Diff line number Diff line Loading @@ -581,6 +581,10 @@ public class CallerInfo { return countryIso; } protected static String getCurrentCountryIso(Context context) { return getCurrentCountryIso(context, Locale.getDefault()); } /** * @return a string debug representation of this instance. */ Loading telephony/java/com/android/internal/telephony/CallerInfoAsyncQuery.java +1 −4 Original line number Diff line number Diff line Loading @@ -20,7 +20,6 @@ import android.content.AsyncQueryHandler; import android.content.Context; import android.database.Cursor; import android.database.SQLException; import android.location.CountryDetector; import android.net.Uri; import android.os.Handler; import android.os.Looper; Loading Loading @@ -271,11 +270,9 @@ public class CallerInfoAsyncQuery { // Use the number entered by the user for display. if (!TextUtils.isEmpty(cw.number)) { CountryDetector detector = (CountryDetector) mQueryContext.getSystemService( Context.COUNTRY_DETECTOR); mCallerInfo.phoneNumber = PhoneNumberUtils.formatNumber(cw.number, mCallerInfo.normalizedNumber, detector.detectCountry().getCountryIso()); CallerInfo.getCurrentCountryIso(mQueryContext)); } } Loading Loading
telephony/java/com/android/internal/telephony/CallerInfo.java +4 −0 Original line number Diff line number Diff line Loading @@ -581,6 +581,10 @@ public class CallerInfo { return countryIso; } protected static String getCurrentCountryIso(Context context) { return getCurrentCountryIso(context, Locale.getDefault()); } /** * @return a string debug representation of this instance. */ Loading
telephony/java/com/android/internal/telephony/CallerInfoAsyncQuery.java +1 −4 Original line number Diff line number Diff line Loading @@ -20,7 +20,6 @@ import android.content.AsyncQueryHandler; import android.content.Context; import android.database.Cursor; import android.database.SQLException; import android.location.CountryDetector; import android.net.Uri; import android.os.Handler; import android.os.Looper; Loading Loading @@ -271,11 +270,9 @@ public class CallerInfoAsyncQuery { // Use the number entered by the user for display. if (!TextUtils.isEmpty(cw.number)) { CountryDetector detector = (CountryDetector) mQueryContext.getSystemService( Context.COUNTRY_DETECTOR); mCallerInfo.phoneNumber = PhoneNumberUtils.formatNumber(cw.number, mCallerInfo.normalizedNumber, detector.detectCountry().getCountryIso()); CallerInfo.getCurrentCountryIso(mQueryContext)); } } Loading