HomeSort by relevance Sort by last modified time
    Searched defs:CONSTRUCTOR_METHOD_NAME (Results 1 - 2 of 2) sorted by null

  /external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
ShadowConstants.java 7 public static final String CONSTRUCTOR_METHOD_NAME = "__constructor__";
  /external/robolectric-shadows/processor/src/main/java/org/robolectric/annotation/processing/validator/
ImplementsValidator.java 43 public static final String CONSTRUCTOR_METHOD_NAME = "__constructor__";
220 if (methodName.equals(CONSTRUCTOR_METHOD_NAME)

Completed in 69 milliseconds