Home
last modified time | relevance | path

Searched refs:ROBO_PREFIX (Results 1 – 3 of 3) sorted by relevance

/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
DShadowConstants.java4 public static final String ROBO_PREFIX = "$$robo$$"; field in ShadowConstants
DShadowImpl.java74 return ShadowConstants.ROBO_PREFIX in directMethodName()
DShadowWrangler.java376 if (methodName.startsWith(ShadowConstants.ROBO_PREFIX)) {
378 methodName.indexOf('$', ShadowConstants.ROBO_PREFIX.length() + 1) + 1);