Home
last modified time | relevance | path

Searched refs:fixConstructor (Results 1 – 1 of 1) sorted by relevance

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/bytecode/
DAndroidTranslator.java214 fixConstructor(ctClass, hasDefault, ctConstructor); in fixConstructors()
230 …private boolean fixConstructor(CtClass ctClass, boolean needsDefault, CtConstructor ctConstructor)… in fixConstructor() method in AndroidTranslator