Searched defs:getSuppressed (Results 1 – 3 of 3) sorted by relevance
79 public static Throwable[] getSuppressed(Throwable receiver) { in getSuppressed() method in ThrowableExtension138 public abstract Throwable[] getSuppressed(Throwable receiver); in getSuppressed() method in ThrowableExtension.AbstractDesugaringStrategy156 public Throwable[] getSuppressed(Throwable receiver) { in getSuppressed() method in ThrowableExtension.ReuseDesugaringStrategy199 public Throwable[] getSuppressed(Throwable receiver) { in getSuppressed() method in ThrowableExtension.MimicDesugaringStrategy347 public Throwable[] getSuppressed(Throwable receiver) { in getSuppressed() method in ThrowableExtension.NullDesugaringStrategy
364 static Throwable[] getSuppressed(Throwable throwable) { in getSuppressed() method in CloserTest366 Method getSuppressed = Throwable.class.getDeclaredMethod("getSuppressed"); in getSuppressed() local
175 public final DexMethod getSuppressed; field in DexItemFactory.ThrowableMethods