Searched refs:getCountryCode (Results 1 - 3 of 3) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSmsNumberUtils.java388 if ((countryCode = getCountryCode(context, numberCountryAreaLocal)) > 0) {
392 } else if ((countryCode = getCountryCode(context, numberNoNBPCD)) > 0) {
400 if ((countryCode = getCountryCode(context, numberCountryAreaLocal)) > 0) {
408 if ((countryCode = getCountryCode(context, numberNoIDD)) > 0) {
416 if (!number.startsWith("0") && (countryCode = getCountryCode(context, number)) > 0) {
427 private static int getCountryCode(Context context, String number) { method in class:SmsNumberUtils
/frameworks/base/services/core/java/com/android/server/location/
H A DLocationBasedCountryDetector.java81 country = addresses.get(0).getCountryCode();
/frameworks/base/location/java/android/location/
H A DAddress.java259 public String getCountryCode() { method in class:Address

Completed in 102 milliseconds