Searched refs:lastLocationName (Results 1 – 2 of 2) sorted by relevance
29 private String lastLocationName; field in ShadowGeocoder58 this.lastLocationName = locationName; in getFromLocationName()135 return lastLocationName; in getLastLocationName()
31 String lastLocationName = shadowOf(geocoder).getLastLocationName(); in shouldRecordLastLocationName() local33 assertEquals("731 Market St, San Francisco, CA 94103", lastLocationName); in shouldRecordLastLocationName()