Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/lang/reflect/
DParameterTest.java294 checkFinalParameter(constructor); in testFinalParameterConstructor()
299 checkFinalParameter(method); in testFinalParameterMethod()
302 private static void checkFinalParameter(Executable executable) { in checkFinalParameter() method in ParameterTest