Searched refs:CONSTRUCTOR_METHOD_NAME (Results 1 – 8 of 8) sorted by relevance
7 public static final String CONSTRUCTOR_METHOD_NAME = "__constructor__"; field in ShadowConstants
263 method.name = directMethodName(mutableClass, ShadowConstants.CONSTRUCTOR_METHOD_NAME); in instrumentConstructor()264 …leClass.addMethod(redirectorMethod(mutableClass, method, ShadowConstants.CONSTRUCTOR_METHOD_NAME)); in instrumentConstructor()275 …generateClassHandlerCall(mutableClass, method, ShadowConstants.CONSTRUCTOR_METHOD_NAME, generator); in instrumentConstructor()
47 && !originalMethodName.equals(ShadowConstants.CONSTRUCTOR_METHOD_NAME); in decorateMethodPreClassHandler()
68 directMethodName(clazz.getName(), ShadowConstants.CONSTRUCTOR_METHOD_NAME); in invokeConstructor()
43 public static final String CONSTRUCTOR_METHOD_NAME = "__constructor__"; field in ImplementsValidator220 if (methodName.equals(CONSTRUCTOR_METHOD_NAME) in validateShadowMethods()
4 …static org.robolectric.annotation.processing.validator.ImplementsValidator.CONSTRUCTOR_METHOD_NAME;374 if (CONSTRUCTOR_METHOD_NAME.equals(name)) { in cleanMethodName()
171 …Method realConstructor = o.getClass().getDeclaredMethod(ShadowConstants.CONSTRUCTOR_METHOD_NAME, S… in shouldGenerateSeparatedConstructorBodies()
426 shadow.directMethodName(theClass.getName(), ShadowConstants.CONSTRUCTOR_METHOD_NAME)); in shouldFixTypesInFieldAccess()