Home
last modified time | relevance | path

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

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/bytecode/
DAndroidTranslator.java262 …private void fixMethod(CtClass ctClass, CtMethod ctMethod, boolean wasFoundInClass) throws NotFoun… in fixMethod() argument
284 if (wasFoundInClass) { in fixMethod()
309 …(ctClass, ctMethod, wasNative, wasAbstract, returnCtClass, returnType, isStatic, !wasFoundInClass); in fixMethod()
311 if (!wasFoundInClass) { in fixMethod()