Home
last modified time | relevance | path

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

/external/proguard/src/proguard/
DClassMemberChecker.java74checkMemberSpecifications(clazz, classSpecification.fieldSpecifications, true); in checkClassSpecifications()
75checkMemberSpecifications(clazz, classSpecification.methodSpecifications, false); in checkClassSpecifications()
87 private void checkMemberSpecifications(Clazz clazz, in checkMemberSpecifications() method in ClassMemberChecker
DFullyQualifiedClassNameChecker.java78 checkMemberSpecifications(classSpecification.fieldSpecifications, true); in checkClassSpecifications()
79 checkMemberSpecifications(classSpecification.methodSpecifications, false); in checkClassSpecifications()
89 private void checkMemberSpecifications(List memberSpecifications, boolean isField) in checkMemberSpecifications() method in FullyQualifiedClassNameChecker