HomeSort by relevance Sort by last modified time
    Searched full:shouldsimulategeocodeexception (Results 1 - 1 of 1) sorted by null

  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowGeocoder.java 32 private boolean shouldSimulateGeocodeException;
43 if (shouldSimulateGeocodeException) {
59 if (shouldSimulateGeocodeException) {
114 this.shouldSimulateGeocodeException = true;

Completed in 547 milliseconds