Home
last modified time | relevance | path

Searched refs: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() argument
69 this.packagesToNotInstrument = ImmutableSet.copyOf(packagesToNotInstrument); in InstrumentationConfiguration()
165 for (String notInstrumentedPackage : packagesToNotInstrument) { in isInPackagesToNotInstrument()
243 public final Collection<String> packagesToNotInstrument = new HashSet<>(); field in InstrumentationConfiguration.Builder
256 packagesToNotInstrument.addAll(classLoaderConfig.packagesToNotInstrument); in Builder()
300 this.packagesToNotInstrument.add(packageName); in doNotInstrumentPackage()
313 packagesToNotInstrument); in build()