HomeSort by relevance Sort by last modified time
    Searched defs:classesToNotInstrument (Results 1 - 5 of 5) sorted by null

  /external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
InstrumentationConfiguration.java 41 private final Set<String> classesToNotInstrument;
56 Collection<String> classesToNotInstrument,
64 this.classesToNotInstrument = ImmutableSet.copyOf(classesToNotInstrument);
82 && !(classesToNotInstrument.contains(classInfo.getName()))
207 private final Collection<String> classesToNotInstrument = new HashSet<>();
220 classesToNotInstrument.addAll(classLoaderConfig.classesToNotInstrument);
260 this.classesToNotInstrument.add(className);
277 classesToNotInstrument,
    [all...]
  /prebuilts/misc/common/robolectric/3.5.1/lib/
sandbox-3.5.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
sandbox-3.6.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
sandbox-3.4.2.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
robolectric-3.1.1.jar 

Completed in 53 milliseconds