Searched refs:cons (Results 1 – 2 of 2) sorted by relevance
595 Constructor<?> cons = tcvClass.getConstructor(pw.getClass()); in dumpGeneratedClass() local596 Object tcv = cons.newInstance(pw); in dumpGeneratedClass()
7199 final Constructor<T> cons = cls.getConstructor(Parcel.class); in createIntentsList() local7203 intentsList.add(cons.newInstance(in)); in createIntentsList()