Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DProguardRules.cpp67 void addMethod(size_t lineNumber, const std::u16string& methodName) { in addMethod() function in aapt::proguard::BaseVisitor
68 mKeepSet->addMethod(mSource.line(lineNumber), methodName); in addMethod()
97 addMethod(node->lineNumber, attr.value); in visit()
DProguardRules.h38 inline void addMethod(const SourceLine& source, const std::u16string& methodName) { in addMethod() function