Searched refs:mAsyncErrors (Results 1 – 2 of 2) sorted by relevance
48 private final List<String> mAsyncErrors = new ArrayList<>(); field in MyAutofillCallback61 mAsyncErrors.add(error); in onAutofillEvent()91 if (!mAsyncErrors.isEmpty()) { in assertNoAsyncErrors()92 throw new IllegalStateException(mAsyncErrors.size() + " errors: " + mAsyncErrors); in assertNoAsyncErrors()
54 private static final Collection<ProcessError> mAsyncErrors = field in ProcessErrorsTest124 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()