Home
last modified time | relevance | path

Searched defs:interceptedMethods (Results 1 – 1 of 1) sorted by relevance

/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
DInstrumentationConfiguration.java44 private final Set<MethodRef> interceptedMethods; field in InstrumentationConfiguration
55 Collection<MethodRef> interceptedMethods, in InstrumentationConfiguration()
237 public final Collection<MethodRef> interceptedMethods = new HashSet<>(); field in InstrumentationConfiguration.Builder