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

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

Completed in 151 milliseconds