Home
last modified time | relevance | path

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

/art/test/674-hiddenapi/src-ex/
DReflection.java194 Method metaGetDeclaredMethod = in canDiscoverMethodWithMetaReflection() local
197 return ((Method)metaGetDeclaredMethod.invoke(klass, name, null)) != null; in canDiscoverMethodWithMetaReflection()