Searched refs:addInstrumentedPackage (Results 1 – 5 of 5) sorted by relevance
40 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()
192 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()
187 builder.addInstrumentedPackage(pkgName);194 builder.addInstrumentedPackage(pkgName);
130 .addInstrumentedPackage("android.") in shouldNotInstrumentPackages()
289 public Builder addInstrumentedPackage(String packageName) { in addInstrumentedPackage() method in InstrumentationConfiguration.Builder