Searched refs:sameThrowable (Results 1 - 2 of 2) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
H A DSerializableTestUtility.java702 return sameThrowable((Exception) a, (Exception) b);
706 private static final boolean sameThrowable(Throwable a, Throwable b) { method in class:SerializableTestUtility.ExceptionHandlerBase
711 sameThrowable(a.getCause(), b.getCause());
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
H A DSerializableTestUtility.java701 return sameThrowable((Exception) a, (Exception) b);
705 private static final boolean sameThrowable(Throwable a, Throwable b) { method in class:SerializableTestUtility.ExceptionHandlerBase
710 sameThrowable(a.getCause(), b.getCause());

Completed in 199 milliseconds