Searched refs:lintVariable (Results 1 – 1 of 1) sorted by relevance
114 lintVariable(method.position(), "Return value of '" + method.name() + "'", method.returnType(), in lintMethod()124 lintVariable(position, "Parameter '" + param.name() + "' of '" + method.name() + "'", in lintParameter()128 private static void lintVariable(SourcePositionInfo pos, String ident, TypeInfo type, in lintVariable() method in AndroidLinter