Home
last modified time | relevance | path

Searched refs:shouldSimulateGeocodeException (Results 1 – 1 of 1) sorted by relevance

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowGeocoder.java32 private boolean shouldSimulateGeocodeException; field in ShadowGeocoder
43 if (shouldSimulateGeocodeException) { in getFromLocation()
59 if (shouldSimulateGeocodeException) { in getFromLocationName()
114 this.shouldSimulateGeocodeException = true; in setShouldSimulateGeocodeException()