Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/
DAccessibilityUtil.java97 setThrowExceptionForErrors(false); in passesAccessibilityChecksIfEnabled()
170 public static void setThrowExceptionForErrors(boolean throwExceptionForErrors) { in setThrowExceptionForErrors() method in AccessibilityUtil
172 validator.setThrowExceptionForErrors(throwExceptionForErrors); in setThrowExceptionForErrors()
/external/robolectric-shadows/shadows/supportv4/src/test/java/org/robolectric/android/
DAccessibilityUtilTest.java44 AccessibilityUtil.setThrowExceptionForErrors(true); in setUp()
139 AccessibilityUtil.setThrowExceptionForErrors(false); in whenOnlyPrintingResults_shouldNotThrow()