Searched defs:getDeclaredConstructorInternal (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/
H A DClass.java2318 Constructor<T> result = getDeclaredConstructorInternal(parameterTypes);
2336 private native Constructor<T> getDeclaredConstructorInternal(Class<?>[] args); method in class:Class

Completed in 32 milliseconds