Home
last modified time | relevance | path

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

/external/proguard/src/proguard/
DGetAnnotationChecker.java67 methodName.equals(ClassConstants.METHOD_NAME_GET_DECLARED_ANNOTATIONS) || in visitMethodrefConstant()
/external/proguard/src/proguard/classfile/
DClassConstants.java261 …public static final String METHOD_NAME_GET_DECLARED_ANNOTATIONS = "getDeclaredAnnotatio… field in ClassConstants