Home
last modified time | relevance | path

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

/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
DInstrumentationConfiguration.java47 private final Set<String> packagesToNotInstrument; field in InstrumentationConfiguration
61 Collection<String> packagesToNotInstrument) { in InstrumentationConfiguration()
243 public final Collection<String> packagesToNotInstrument = new HashSet<>(); field in InstrumentationConfiguration.Builder