Home
last modified time | relevance | path

Searched refs:ParsedInstrumentation (Results 1 – 20 of 20) sorted by relevance

/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/parsing/parcelling/
DParsedInstrumentationTest.kt19 import com.android.internal.pm.pkg.component.ParsedInstrumentation
25 ParsedInstrumentation::class,
34 ParsedInstrumentation::getTargetPackage,
35 ParsedInstrumentation::getTargetProcesses,
36 ParsedInstrumentation::isFunctionalTest,
37 ParsedInstrumentation::isHandleProfiling,
/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/pkg/
DPackageStateTest.kt31 import com.android.internal.pm.pkg.component.ParsedInstrumentation
81 ParsedInstrumentation::getIntents,
82 ParsedInstrumentation::getIntents,
83 ParsedInstrumentation::getProperties,
84 ParsedInstrumentation::getProperties,
/frameworks/base/core/java/com/android/internal/pm/pkg/component/
DParsedInstrumentation.java23 public interface ParsedInstrumentation extends ParsedComponent { interface
DParsedInstrumentationUtils.java41 public static ParseResult<ParsedInstrumentation> parseInstrumentation(ParsingPackage pkg, in parseInstrumentation()
DParsedInstrumentationImpl.java36 ParsedInstrumentation, Parcelable {
/frameworks/base/core/java/com/android/internal/pm/pkg/parsing/
DParsingPackage.java39 import com.android.internal.pm.pkg.component.ParsedInstrumentation;
73 ParsingPackage addInstrumentation(ParsedInstrumentation instrumentation); in addInstrumentation()
436 List<ParsedInstrumentation> getInstrumentations(); in getInstrumentations()
DParsingPackageUtils.java105 import com.android.internal.pm.pkg.component.ParsedInstrumentation;
3048 ParseResult<ParsedInstrumentation> result = ParsedInstrumentationUtils.parseInstrumentation(
/frameworks/base/services/core/java/com/android/server/pm/parsing/pkg/
DAndroidPackageUtils.java36 import com.android.internal.pm.pkg.component.ParsedInstrumentation;
213 List<ParsedInstrumentation> instrumentations = pkg.getInstrumentations(); in hasComponentClassName()
/frameworks/base/core/java/com/android/server/pm/pkg/
DAndroidPackage.java53 import com.android.internal.pm.pkg.component.ParsedInstrumentation;
802 List<ParsedInstrumentation> getInstrumentations(); in getInstrumentations()
/frameworks/base/services/core/java/com/android/server/pm/
DRemovePackageHelper.java49 import com.android.internal.pm.pkg.component.ParsedInstrumentation;
183 ParsedInstrumentation a = pkg.getInstrumentations().get(i); in cleanPackageDataStructuresLILPw()
DAppsFilterImpl.java62 import com.android.internal.pm.pkg.component.ParsedInstrumentation;
1269 final List<ParsedInstrumentation> inst = source.getInstrumentations(); in pkgInstruments()
DComputerEngine.java130 import com.android.internal.pm.pkg.component.ParsedInstrumentation;
392 private final WatchedArrayMap<ComponentName, ParsedInstrumentation>
2558 final ParsedInstrumentation instrumentation = in shouldFilterApplication()
4915 final ParsedInstrumentation i = mInstrumentation.get(component); in getInstrumentationInfoAsUser()
4932 final ParsedInstrumentation p = mInstrumentation.valueAt(index); in queryInstrumentationAsUser()
DPackageManagerService.java185 import com.android.internal.pm.pkg.component.ParsedInstrumentation;
782 private final WatchedArrayMap<ComponentName, ParsedInstrumentation> mInstrumentation =
784 private final SnapshotCache<WatchedArrayMap<ComponentName, ParsedInstrumentation>>
1061 public final WatchedArrayMap<ComponentName, ParsedInstrumentation> instrumentation;
7748 WatchedArrayMap<ComponentName, ParsedInstrumentation> getInstrumentation() { in getInstrumentation()
7760 void addInstrumentation(ComponentName name, ParsedInstrumentation instrumentation) { in addInstrumentation()
DInstallPackageHelper.java165 import com.android.internal.pm.pkg.component.ParsedInstrumentation;
623 ParsedInstrumentation a = pkg.getInstrumentations().get(i); in commitPackageSettings()
/frameworks/base/core/java/com/android/internal/pm/parsing/
DPackageInfoCommonUtils.java55 import com.android.internal.pm.pkg.component.ParsedInstrumentation;
457 private static InstrumentationInfo generateInstrumentationInfo(ParsedInstrumentation i, in generateInstrumentationInfo()
/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/
DPackageParserTest.java88 import com.android.internal.pm.pkg.component.ParsedInstrumentation;
1074 private static void assertInstrumentationEqual(ParsedInstrumentation a, in assertInstrumentationEqual()
1075 ParsedInstrumentation b) { in assertInstrumentationEqual()
/frameworks/base/services/core/java/com/android/server/pm/parsing/
DPackageInfoUtils.java62 import com.android.internal.pm.pkg.component.ParsedInstrumentation;
721 public static InstrumentationInfo generateInstrumentationInfo(ParsedInstrumentation i, in generateInstrumentationInfo()
/frameworks/base/core/java/com/android/internal/pm/parsing/pkg/
DPackageImpl.java64 import com.android.internal.pm.pkg.component.ParsedInstrumentation;
184 protected List<ParsedInstrumentation> instrumentations = emptyList();
542 public PackageImpl addInstrumentation(ParsedInstrumentation instrumentation) { in addInstrumentation()
1002 public List<ParsedInstrumentation> getInstrumentations() { in getInstrumentations()
/frameworks/base/services/
Dart-profile2246 …/pm/pkg/AndroidPackage;)Z+]Lcom/android/internal/pm/pkg/component/ParsedInstrumentation;Lcom/andro…
Dart-wear-profile18744 …tion(Landroid/content/ComponentName;Lcom/android/internal/pm/pkg/component/ParsedInstrumentation;)V
20294 …enerateInstrumentationInfo(Lcom/android/internal/pm/pkg/component/ParsedInstrumentation;Lcom/andro…