Searched refs:instrumentations (Results 1 – 3 of 3) sorted by relevance
213 List<ParsedInstrumentation> instrumentations = pkg.getInstrumentations(); in hasComponentClassName() local214 int instrumentationsSize = instrumentations.size(); in hasComponentClassName()216 if (Objects.equals(className, instrumentations.get(index).getName())) { in hasComponentClassName()
184 protected List<ParsedInstrumentation> instrumentations = emptyList(); field in PackageImpl543 this.instrumentations = CollectionUtils.add(this.instrumentations, instrumentation); in addInstrumentation()1003 return instrumentations; in getInstrumentations()2799 instrumentations = Collections.unmodifiableList(instrumentations);2952 int instrumentationsSize = instrumentations.size();2954 ComponentMutateUtils.setPackageName(instrumentations.get(index), this.packageName);3197 ParsingUtils.writeParcelableList(dest, this.instrumentations);3362 this.instrumentations = ParsingUtils.createTypedInterfaceList(in,
188 pkg.instrumentations, in fillMissingData()