Searched defs:cons (Results 1 – 3 of 3) sorted by relevance
178 private String buildConstructorSignature(ExecutableElement cons) in buildConstructorSignature()
595 Constructor<?> cons = tcvClass.getConstructor(pw.getClass()); in dumpGeneratedClass() local
7474 final Constructor<T> cons = cls.getConstructor(Parcel.class); in createIntentsList() local