Searched refs:AddMethod (Results 1 – 2 of 2) sorted by relevance
89 void AddMethod(size_t line_number, const std::string& method_name, in AddMethod() function in aapt::proguard::BaseVisitor91 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()
64 inline void AddMethod(const UsageLocation& file, const NameAndSignature& name_and_signature) { in AddMethod() function