Searched refs:STATIC_INITIALIZER_METHOD_NAME (Results 1 – 6 of 6) sorted by relevance
6 public static final String STATIC_INITIALIZER_METHOD_NAME = "__staticInitializer__"; field in ShadowConstants
56 ReflectionHelpers.callStaticMethod(clazz, ShadowConstants.STATIC_INITIALIZER_METHOD_NAME); in performStaticInitialization()
135 ShadowConstants.STATIC_INITIALIZER_METHOD_NAME, NO_ARGS); in classInitializing()
131 method.name = ShadowConstants.STATIC_INITIALIZER_METHOD_NAME; in instrumentMethods()
42 public static final String STATIC_INITIALIZER_METHOD_NAME = "__staticInitializer__"; field in ImplementsValidator221 || methodName.equals(STATIC_INITIALIZER_METHOD_NAME)) { in validateShadowMethods()
5 …org.robolectric.annotation.processing.validator.ImplementsValidator.STATIC_INITIALIZER_METHOD_NAME;376 } else if (STATIC_INITIALIZER_METHOD_NAME.equals(name)) { in cleanMethodName()