Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/lang/reflect/
DParameterTest.java807 Method method = getMetadataVariationsMethod("manyParameters", parameterTypes); in testManyParameters_withMetadata()
821 Method method = getMetadataVariationsMethod("emptyMethodParametersAnnotation"); in testEmptyMethodParametersAnnotation_withMetadata()
826 Method method = getMetadataVariationsMethod("tooManyAccessFlags", String.class); in testTooManyAccessFlags_withMetadata()
831 Method method = getMetadataVariationsMethod( in testTooFewAccessFlags_withMetadata()
837 Method method = getMetadataVariationsMethod("tooManyNames", String.class); in testTooManyNames_withMetadata()
842 Method method = getMetadataVariationsMethod("tooFewNames", String.class, String.class); in testTooFewNames_withMetadata()
847 Method method = getMetadataVariationsMethod("tooManyBoth", String.class); in testTooManyBoth_withMetadata()
852 Method method = getMetadataVariationsMethod("tooFewBoth", String.class, String.class); in testTooFewBoth_withMetadata()
857 Method method = getMetadataVariationsMethod("nullName", String.class); in testNullName_withMetadata()
864 Method method = getMetadataVariationsMethod("emptyName", String.class); in testEmptyName_withMetadata()
[all …]