Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/lang/reflect/
DParameterTest.java227 checkTwoParameters(constructor); in testTwoParameterConstructor()
233 checkTwoParameters(method); in testTwoParameterMethod()
236 private static void checkTwoParameters(Executable executable) { in checkTwoParameters() method in ParameterTest