Home
last modified time | relevance | path

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

/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
DInstrumentationConfiguration.java51 private final Set<MethodRef> methodsToIntercept; field in InstrumentationConfiguration
73 this.methodsToIntercept = ImmutableSet.copyOf(convertToSlashes(methodsToIntercept())); in InstrumentationConfiguration()
138 public Set<MethodRef> methodsToIntercept() { in methodsToIntercept() method in InstrumentationConfiguration
219 return methodsToIntercept.contains(new MethodRef(targetMethod.owner, targetMethod.name)) in shouldIntercept()
220 || methodsToIntercept.contains(new MethodRef(targetMethod.owner, "*")); in shouldIntercept()