Home | History | Annotate | Download | only in util

Lines Matching refs:addr2

102         Address addr2 = lookupAddress(setMaxLatitude, setMaxLongitude, true);
104 addr1 = addr2;
105 if (addr2 == null)
106 addr2 = addr1;
107 if (addr1 == null || addr2 == null) {
143 String addr2Locality = checkNull(addr2.getLocality());
145 String addr2AdminArea = checkNull(addr2.getAdminArea());
147 String addr2CountryCode = checkNull(addr2.getCountryCode());
174 closestCommonLocation = valueIfEqual(addr1.getAddressLine(0), addr2.getAddressLine(0));
183 closestCommonLocation = valueIfEqual(addr1.getThoroughfare(), addr2.getThoroughfare());
236 closestCommonLocation = getLocalityAdminForAddress(addr2, true);
261 String addr2Country = addr2.getCountryName();