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

  /libcore/luni/src/test/java/libcore/java/lang/
ThrowableTest.java 52 throwable.addSuppressed(suppressedA);
55 throwable.addSuppressed(suppressedB);
62 throwable.addSuppressed(suppressedA);
63 throwable.addSuppressed(suppressedA);
64 throwable.addSuppressed(suppressedA);
72 throwable.addSuppressed(suppressedA);
73 throwable.addSuppressed(suppressedB);
83 throwable.addSuppressed(new Throwable());
85 throwable.addSuppressed(new Throwable());
92 throwable.addSuppressed(throwable)
    [all...]
  /libcore/luni/src/main/java/java/lang/
Throwable.java 131 * #addSuppressed(Throwable)} will be silently discarded.
413 public final void addSuppressed(Throwable throwable) {

Completed in 41 milliseconds