OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSuppressed
(Results
1 - 2
of
2
) sorted by null
/libcore/luni/src/test/java/libcore/java/lang/
ThrowableTest.java
99
Throwable[] mutable = throwable.
getSuppressed
();
345
assertEquals(Arrays.asList(throwable.
getSuppressed
()), Arrays.asList(expectedSuppressed));
/libcore/luni/src/main/java/java/lang/
Throwable.java
427
public final Throwable[]
getSuppressed
() {
Completed in 650 milliseconds