Searched refs:postalAddress (Results 1 – 1 of 1) sorted by relevance
504 private Uri constructGeoUri(String postalAddress) { in constructGeoUri() argument507 return Uri.parse(GEO_URI_SCHEME_PREFIX + Uri.encode(postalAddress)); in constructGeoUri()