Searched refs:addr1Country (Results 1 – 1 of 1) sorted by relevance
260 String addr1Country = addr1.getCountryName(); in computeAddress() local262 if (addr1Country == null) in computeAddress()263 addr1Country = addr1CountryCode; 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()