Home | History | Annotate | Download | only in pm

Lines Matching defs:instrumentation

942     // Mapping from instrumentation class names to info about them.
943 final ArrayMap<ComponentName, PackageParser.Instrumentation> mInstrumentation =
944 new ArrayMap<ComponentName, PackageParser.Instrumentation>();
4193 // property or instrumentation target, filter
4195 final PackageParser.Instrumentation instrumentation =
4197 if (instrumentation != null
4198 && isCallerSameApp(instrumentation.info.targetPackage, callingUid)) {
8361 final PackageParser.Instrumentation i = mInstrumentation.get(component);
8384 final Iterator<PackageParser.Instrumentation> i = mInstrumentation.values().iterator();
8386 final PackageParser.Instrumentation p = i.next();
11602 N = pkg.instrumentation.size();
11605 PackageParser.Instrumentation a = pkg.instrumentation.get(i);
11631 if (DEBUG_PACKAGE_SCANNING) Log.d(TAG, " Instrumentation: " + r);
12349 N = pkg.instrumentation.size();
12352 PackageParser.Instrumentation a = pkg.instrumentation.get(i);
12364 if (DEBUG_REMOVE) Log.d(TAG, " Instrumentation: " + r);