Searched refs:actual_signature (Results 1 – 1 of 1) sorted by relevance
403 std::string actual_signature = dex_dep.first->GetMethodSignature(method_id).ToString(); in HasMethod() local404 if (expected_signature != actual_signature) { in HasMethod()