Home | History | Annotate | Download | only in apkcheck

Lines Matching refs:attributes

69             Attributes attributes) {
74 attributes.getValue("name"));
78 attributes.getValue("name"),
79 attributes.getValue("extends"),
80 attributes.getValue("static"));
83 mCurrentClass.addInterface(attributes.getValue("name"));
86 mCurrentMethod = new MethodInfo(attributes.getValue("name"),
87 attributes.getValue("return"));
121 FieldInfo fInfo = new FieldInfo(attributes.getValue("name"),
122 attributes.getValue("type"));
126 mCurrentMethod.addParameter(attributes.getValue("type"));