Home
last modified time | relevance | path

Searched refs:instrumentations (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/pm/parsing/pkg/
H A DAndroidPackageUtils.java211 List<ParsedInstrumentation> instrumentations = pkg.getInstrumentations(); in hasComponentClassName() local
212 int instrumentationsSize = instrumentations.size(); in hasComponentClassName()
214 if (Objects.equals(className, instrumentations.get(index).getName())) { in hasComponentClassName()
H A DPackageImpl.java183 protected List<ParsedInstrumentation> instrumentations = emptyList(); field in PackageImpl
534 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,
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/pkg/
H A DPackageStateTest.kt190 pkg.instrumentations,