Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/lang/reflect/
DProxy.java729 private static Class<?>[] intersectExceptions(Class<?>[] aExceptions, Class<?>[] bExceptions) { in intersectExceptions() argument
730 if (aExceptions.length == 0 || bExceptions.length == 0) { in intersectExceptions()
733 if (Arrays.equals(aExceptions, bExceptions)) { in intersectExceptions()
734 return aExceptions; in intersectExceptions()
737 for (Class<?> a : aExceptions) { in intersectExceptions()
/libcore/ojluni/annotations/hiddenapi/java/lang/reflect/
DProxy.java59 java.lang.Class<?>[] aExceptions, java.lang.Class<?>[] bExceptions) { in intersectExceptions() argument