Home
last modified time | relevance | path

Searched refs:doNotInstrumentPackage (Results 1 – 4 of 4) sorted by relevance

/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/internal/
DAndroidConfigurer.java105 builder.doNotInstrumentPackage("androidx.room.migration"); in configure()
106 builder.doNotInstrumentPackage("androidx.test"); in configure()
107 builder.doNotInstrumentPackage("android.arch.persistence.room.migration"); in configure()
108 builder.doNotInstrumentPackage("android.support.test"); in configure()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/internal/bytecode/
DInstrumentationConfigurationTest.java131 .doNotInstrumentPackage("androidx.test.") in shouldNotInstrumentPackages()
/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/
DJarInstrumentor.java200 builder.doNotInstrumentPackage("androidx.test"); in createInstrumentationConfiguration()
/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
DInstrumentationConfiguration.java299 public Builder doNotInstrumentPackage(String packageName) { in doNotInstrumentPackage() method in InstrumentationConfiguration.Builder