Searched refs:hasLongitude (Results 1 – 3 of 3) sorted by relevance
19 private boolean hasLongitude; field in ShadowAddress97 public boolean hasLongitude() { in hasLongitude() method in ShadowAddress98 return hasLongitude; in hasLongitude()101 public void setSimulatedHasLatLong(boolean hasLatitude, boolean hasLongitude) { in setSimulatedHasLatLong() argument103 this.hasLongitude = hasLongitude; in setSimulatedHasLatLong()
34 private boolean hasLongitude; field in ShadowGeocoder74 shadowOf(address).setSimulatedHasLatLong(hasLatitude, hasLongitude); in makeAddress()144 public void setSimulatedHasLatLong(boolean hasLatitude, boolean hasLongitude) { in setSimulatedHasLatLong() argument146 this.hasLongitude = hasLongitude; in setSimulatedHasLatLong()
41 assertTrue(address.hasLongitude()); in setsUpHasLocationInAddressFromLocationName()45 assertFalse(address.hasLongitude()); in setsUpHasLocationInAddressFromLocationName()