Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/lang/reflect/
DProxy.java681 List<Class<?>[]> exceptions = deduplicateAndGetExceptions(methods); in apply()
706 private static List<Class<?>[]> deduplicateAndGetExceptions(List<Method> methods) { in deduplicateAndGetExceptions() method in Proxy
/libcore/ojluni/annotations/hiddenapi/java/lang/reflect/
DProxy.java53 private static java.util.List<java.lang.Class<?>[]> deduplicateAndGetExceptions( in deduplicateAndGetExceptions() method in Proxy