OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:canDiscoverWithGetMethod
(Results
1 - 2
of
2
) sorted by null
/art/test/674-hiddenapi/src-ex/
Reflection.java
102
public static boolean
canDiscoverWithGetMethod
(Class<?> klass, String name) {
ChildClass.java
328
if (Reflection.
canDiscoverWithGetMethod
(klass, name) != (canDiscover && isPublic)) {
Completed in 147 milliseconds