Home
last modified time | relevance | path

Searched refs:addInstrumentedPackage (Results 1 – 5 of 5) sorted by relevance

/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/internal/
DAndroidConfigurer.java40 builder.addInstrumentedPackage(packageName); in withConfig()
94 builder.addInstrumentedPackage("dalvik.") in configure()
95 .addInstrumentedPackage("libcore.") in configure()
96 .addInstrumentedPackage("android.") in configure()
97 .addInstrumentedPackage("androidx.") in configure()
98 .addInstrumentedPackage("com.android.internal.") in configure()
99 .addInstrumentedPackage("org.apache.http.") in configure()
100 .addInstrumentedPackage("org.ccil.cowan.tagsoup") in configure()
101 .addInstrumentedPackage("org.kxml2."); in configure()
112 builder.addInstrumentedPackage(packagePrefix); in configure()
/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/
DJarInstrumentor.java192 builder.addInstrumentedPackage("dalvik.") in createInstrumentationConfiguration()
193 .addInstrumentedPackage("libcore.") in createInstrumentationConfiguration()
194 .addInstrumentedPackage("android.") in createInstrumentationConfiguration()
195 .addInstrumentedPackage("com.android.internal.") in createInstrumentationConfiguration()
196 .addInstrumentedPackage("org.apache.http.") in createInstrumentationConfiguration()
197 .addInstrumentedPackage("org.ccil.cowan.tagsoup") in createInstrumentationConfiguration()
198 .addInstrumentedPackage("org.kxml2."); in createInstrumentationConfiguration()
/external/robolectric-shadows/junit/src/main/java/org/robolectric/internal/
DSandboxTestRunner.java187 builder.addInstrumentedPackage(pkgName);
194 builder.addInstrumentedPackage(pkgName);
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/internal/bytecode/
DInstrumentationConfigurationTest.java130 .addInstrumentedPackage("android.") in shouldNotInstrumentPackages()
/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
DInstrumentationConfiguration.java289 public Builder addInstrumentedPackage(String packageName) { in addInstrumentedPackage() method in InstrumentationConfiguration.Builder