Home
last modified time | relevance | path

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

/frameworks/base/apct-tests/perftests/autofill/src/android/view/autofill/
DMyAutofillCallback.java48 private final List<String> mAsyncErrors = new ArrayList<>(); field in MyAutofillCallback
61 mAsyncErrors.add(error); in onAutofillEvent()
91 if (!mAsyncErrors.isEmpty()) { in assertNoAsyncErrors()
92 throw new IllegalStateException(mAsyncErrors.size() + " errors: " + mAsyncErrors); in assertNoAsyncErrors()
/frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/
DProcessErrorsTest.java54 private static final Collection<ProcessError> mAsyncErrors = field in ProcessErrorsTest
124 if (!mAsyncErrors.isEmpty()) { in testZZReportAsyncErrors()
125 fail(String.format("Got %d asynchronous errors:\n%s", mAsyncErrors.size(), in testZZReportAsyncErrors()
126 reportWrappedListContents(mAsyncErrors))); in testZZReportAsyncErrors()
130 mAsyncErrors.clear(); in testZZReportAsyncErrors()
190 mAsyncErrors.add(err); in runOneActivity()