Searched refs:currentCountry (Results 1 – 2 of 2) sorted by relevance
125 String currentCountry = Locale.getDefault().getCountry(); in computeAddress() local136 currentCountry = checkNull(currentAddress.getCountryCode()); in computeAddress()155 if (!currentCountry.equals(addr2CountryCode)) { in computeAddress()166 if (!currentCountry.equals(addr1CountryCode)) { in computeAddress()195 if (!countryCode.equals(currentCountry)) { in computeAddress()246 if (!countryCode.equals(currentCountry)) { in computeAddress()
759 String currentCountry = IwlanHelper.getLastKnownCountryCode(mContext); in inSameCountry() local760 if (!TextUtils.isEmpty(simCountry) && !TextUtils.isEmpty(currentCountry)) { in inSameCountry()761 Log.d(TAG, "simCountry = " + simCountry + ", currentCountry = " + currentCountry); in inSameCountry()762 inSameCountry = simCountry.equalsIgnoreCase(currentCountry); in inSameCountry()