Searched refs:instrumentations (Results 1 – 3 of 3) sorted by relevance
211 List<ParsedInstrumentation> instrumentations = pkg.getInstrumentations(); in hasComponentClassName() local212 int instrumentationsSize = instrumentations.size(); in hasComponentClassName()214 if (Objects.equals(className, instrumentations.get(index).getName())) { in hasComponentClassName()
183 protected List<ParsedInstrumentation> instrumentations = emptyList(); field in PackageImpl534 this.instrumentations = CollectionUtils.add(this.instrumentations, instrumentation); in addInstrumentation()982 return instrumentations; in getInstrumentations()2742 instrumentations = Collections.unmodifiableList(instrumentations);2895 int instrumentationsSize = instrumentations.size();2897 ComponentMutateUtils.setPackageName(instrumentations.get(index), this.packageName);3138 ParsingUtils.writeParcelableList(dest, this.instrumentations);3295 this.instrumentations = ParsingUtils.createTypedInterfaceList(in,
190 pkg.instrumentations,