Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/lang/reflect/
DParameterTest.java317 checkFinalParameter_withMetadata(constructor); in testFinalParameterConstructor_withMetdata()
323 checkFinalParameter_withMetadata(method); in testFinalParameterMethod_withMetdata()
326 private static void checkFinalParameter_withMetadata(Executable executable) { in checkFinalParameter_withMetadata() method in ParameterTest