Searched refs:ROBO_PREFIX (Results 1 – 3 of 3) sorted by relevance
4 public static final String ROBO_PREFIX = "$$robo$$"; field in ShadowConstants
74 return ShadowConstants.ROBO_PREFIX in directMethodName()
376 if (methodName.startsWith(ShadowConstants.ROBO_PREFIX)) {378 methodName.indexOf('$', ShadowConstants.ROBO_PREFIX.length() + 1) + 1);