Home | History | Annotate | Download | only in media

Lines Matching defs:addr1

130         Address addr1 = lookupAddress(setMinLatitude, setMinLongitude);
132 if (addr1 == null)
133 addr1 = addr2;
135 addr2 = addr1;
136 if (addr1 == null || addr2 == null) {
169 String addr1Locality = checkNull(addr1.getLocality());
171 String addr1AdminArea = checkNull(addr1.getAdminArea());
173 String addr1CountryCode = checkNull(addr1.getCountryCode());
202 closestCommonLocation = valueIfEqual(addr1.getAddressLine(0), addr2.getAddressLine(0));
211 closestCommonLocation = valueIfEqual(addr1.getThoroughfare(), addr2.getThoroughfare());
258 closestCommonLocation = getLocalityAdminForAddress(addr1, true);
286 String addr1Country = addr1.getCountryName();