Searched defs:instrumentedPackages (Results 1 – 3 of 3) sorted by relevance
157 String[] instrumentedPackages() default {}; // DEFAULT_INSTRUMENTED_PACKAGES in instrumentedPackages() method180 private final String[] instrumentedPackages; field in Config.Implementation281 String[] instrumentedPackages, in Implementation()351 public String[] instrumentedPackages() { in instrumentedPackages() method in Config.Implementation376 protected String[] instrumentedPackages = new String[0]; field in Config.Builder443 public Builder setInstrumentedPackages(String[] instrumentedPackages) { in setInstrumentedPackages()507 Set<String> instrumentedPackages = new HashSet<>(); in overlay() local
30 String[] instrumentedPackages() default {}; // DEFAULT_INSTRUMENTED_PACKAGES in instrumentedPackages() method
40 private final List<String> instrumentedPackages; field in InstrumentationConfiguration56 Collection<String> instrumentedPackages, in InstrumentationConfiguration()236 public final Collection<String> instrumentedPackages = new HashSet<>(); field in InstrumentationConfiguration.Builder