Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DViewTest.java158 private Pair<Class<?>, Throwable> sCtorException = null; field in ViewTest
162 sCtorException = null; in testConstructor2()
174 sCtorException = new Pair<Class<?>, Throwable>(clazz, t); in testConstructor2()
182 if (sCtorException != null) { in testConstructor2()
184 + sCtorException.first.getName(), sCtorException.second); in testConstructor2()