Home
last modified time | relevance | path

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

/external/robolectric/sandbox/src/main/java/org/robolectric/internal/bytecode/
DInstrumentationConfiguration.java60 private final Set<String> packagesToNotInstrument; field in InstrumentationConfiguration
74 Collection<String> packagesToNotInstrument, in InstrumentationConfiguration()
273 public final Collection<String> packagesToNotInstrument = new HashSet<>(); field in InstrumentationConfiguration.Builder