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

  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DefaultItemAnimatorTest.java 40 Throwable mainThreadException;
113 if (mainThreadException != null) {
114 throw mainThreadException;
378 if (mainThreadException == null) {
379 mainThreadException = t;
BaseRecyclerViewInstrumentationTest.java 55 Throwable mainThreadException;
69 if (mainThreadException != null) {
70 throw mainThreadException;
133 if (mainThreadException != null) {
137 mainThreadException = t;
    [all...]

Completed in 394 milliseconds