Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/java/
DProguardRules.cpp89 void AddMethod(size_t line_number, const std::string& method_name, in AddMethod() function in aapt::proguard::BaseVisitor
91 keep_set_->AddMethod({file_.name, file_.source.WithLine(line_number)}, in AddMethod()
139 AddMethod(node->line_number, attr.value, "android.view.View"); in Visit()
163 AddMethod(node->line_number, attr.value, "android.view.MenuItem"); in Visit()
DProguardRules.h64 inline void AddMethod(const UsageLocation& file, const NameAndSignature& name_and_signature) { in AddMethod() function