Searched refs:addr2Country (Results 1 – 1 of 1) sorted by relevance
261 String addr2Country = addr2.getCountryName(); in computeAddress() local264 if (addr2Country == null) in computeAddress()265 addr2Country = addr2CountryCode; in computeAddress()266 if (addr1Country == null || addr2Country == null) in computeAddress()268 …if (addr1Country.length() > MAX_COUNTRY_NAME_LENGTH || addr2Country.length() > MAX_COUNTRY_NAME_LE… in computeAddress()271 closestCommonLocation = addr1Country + " - " + addr2Country; in computeAddress()