HomeSort by relevance Sort by last modified time
    Searched refs:setThrowExceptionForErrors (Results 1 - 2 of 2) sorted by null

  /external/robolectric-shadows/shadows/supportv4/src/test/java/org/robolectric/android/
AccessibilityUtilTest.java 44 AccessibilityUtil.setThrowExceptionForErrors(true);
139 AccessibilityUtil.setThrowExceptionForErrors(false);
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/
AccessibilityUtil.java 86 * Implicitly calls {code setThrowExceptionForErrors(false)} to disable exception throwing. This
97 setThrowExceptionForErrors(false);
170 public static void setThrowExceptionForErrors(boolean throwExceptionForErrors) {
172 validator.setThrowExceptionForErrors(throwExceptionForErrors);

Completed in 2487 milliseconds