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

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

Completed in 30 milliseconds