Home | History | Annotate | Download | only in util

Lines Matching refs:addr1

101         Address addr1 = lookupAddress(setMinLatitude, setMinLongitude, true);
103 if (addr1 == null)
104 addr1 = addr2;
106 addr2 = addr1;
107 if (addr1 == null || addr2 == null) {
142 String addr1Locality = checkNull(addr1.getLocality());
144 String addr1AdminArea = checkNull(addr1.getAdminArea());
146 String addr1CountryCode = checkNull(addr1.getCountryCode());
174 closestCommonLocation = valueIfEqual(addr1.getAddressLine(0), addr2.getAddressLine(0));
183 closestCommonLocation = valueIfEqual(addr1.getThoroughfare(), addr2.getThoroughfare());
232 closestCommonLocation = getLocalityAdminForAddress(addr1, true);
260 String addr1Country = addr1.getCountryName();