Searched refs:addMethod (Results 1 – 2 of 2) sorted by relevance
67 void addMethod(size_t lineNumber, const std::u16string& methodName) { in addMethod() function in aapt::proguard::BaseVisitor68 mKeepSet->addMethod(mSource.line(lineNumber), methodName); in addMethod()97 addMethod(node->lineNumber, attr.value); in visit()
38 inline void addMethod(const SourceLine& source, const std::u16string& methodName) { in addMethod() function