Home
last modified time | relevance | path

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

/platform_testing/libraries/app-helpers/core/src/android/platform/helpers/exceptions/
DMappedMultiException.java30 private final Map<Object, Throwable> mThrowables = new HashMap<>(); field in MappedMultiException
35 mThrowables.putAll(throwables); in MappedMultiException()
55 if (mThrowables.isEmpty()) { in getMessage()
63 mThrowables in getMessage()
68 .toArray(new String[mThrowables.size()]))); in getMessage()