Searched refs:shouldGenerateCallToSuper (Results 1 – 1 of 1) sorted by relevance
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/bytecode/ |
D | AndroidTranslator.java | 357 …tClass returnCtClass, Type returnType, boolean aStatic, boolean shouldGenerateCallToSuper) throws … in generateMethodBody() argument 362 …nerateMethodBody(ctClass, ctMethod, returnCtClass, returnType, aStatic, shouldGenerateCallToSuper); in generateMethodBody() 371 …Class returnCtClass, Type returnType, boolean isStatic, boolean shouldGenerateCallToSuper) throws … in generateMethodBody() argument 412 if (shouldGenerateCallToSuper) { in generateMethodBody()
|