Searched defs:fixMethod (Results 1 - 1 of 1) sorted by relevance

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/bytecode/
H A DAndroidTranslator.java247 fixMethod(ctClass, ctMethod, true);
253 fixMethod(ctClass, equalsMethod, false);
254 fixMethod(ctClass, hashCodeMethod, false);
255 fixMethod(ctClass, toStringMethod, false);
262 private void fixMethod(CtClass ctClass, CtMethod ctMethod, boolean wasFoundInClass) throws NotFoundException { method in class:AndroidTranslator

Completed in 43 milliseconds