Searched refs:Instrumentation (Results 101 - 109 of 109) sorted by relevance

12345

/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java3378 private Instrumentation parseInstrumentation(Package owner, Resources res,
3397 Instrumentation a = new Instrumentation(mParseInstrumentationArgs,
5874 public final ArrayList<Instrumentation> instrumentation = new ArrayList<Instrumentation>(0);
7399 public final static class Instrumentation extends Component<IntentInfo> implements class in class:PackageParser
7403 public Instrumentation(final ParsePackageItemArgs args, final InstrumentationInfo _info) { method in class:PackageParser.Instrumentation
7415 sb.append("Instrumentation{");
7434 private Instrumentation(Parcel in) { method in class:PackageParser.Instrumentation
7447 public static final Parcelable.Creator CREATOR = new Parcelable.Creator<Instrumentation>() {
[all...]
/frameworks/base/core/tests/coretests/src/android/widget/
H A DTextViewActivityTest.java56 import android.app.Instrumentation;
94 private Instrumentation mInstrumentation;
/frameworks/support/fragment/tests/java/android/support/v4/app/
H A DFragmentViewTests.java27 import android.app.Instrumentation;
52 private Instrumentation mInstrumentation;
/frameworks/base/core/java/android/app/
H A DActivityThread.java257 Instrumentation mInstrumentation;
2127 public Instrumentation getInstrumentation()
2546 Instrumentation.checkStartActivityResult(
5616 // Instrumentation info affects the class loader, so load it before
5675 mInstrumentation = (Instrumentation)
5695 mInstrumentation = new Instrumentation();
6362 mInstrumentation = new Instrumentation();
H A DContextImpl.java958 Instrumentation.checkStartActivityResult(result, null);
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java937 final ArrayMap<ComponentName, PackageParser.Instrumentation> mInstrumentation =
938 new ArrayMap<ComponentName, PackageParser.Instrumentation>();
9072 final PackageParser.Instrumentation i = mInstrumentation.get(component);
9095 final Iterator<PackageParser.Instrumentation> i = mInstrumentation.values().iterator();
9097 final PackageParser.Instrumentation p = i.next();
12075 PackageParser.Instrumentation a = pkg.instrumentation.get(i);
12099 if (DEBUG_PACKAGE_SCANNING) Log.d(TAG, " Instrumentation: " + r);
12847 PackageParser.Instrumentation a = pkg.instrumentation.get(i);
12859 if (DEBUG_REMOVE) Log.d(TAG, " Instrumentation: " + r);
[all...]
/frameworks/base/config/
H A Dpreloaded-classes220 android.app.Instrumentation
H A Dcompiled-classes-phone369 android.app.Instrumentation
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java227 import android.app.Instrumentation;
15697 pw.print(" Instrumentation #"); pw.print(i); pw.print(": ");
19986 "Instrumentation target has no code: " + ii.targetPackage);
20023 // Instrumentation can kill and relaunch even persistent processes
20040 * Report errors that occur while attempting to start Instrumentation. Always writes the
20053 results.putString(Instrumentation.REPORT_KEY_IDENTIFIER, "ActivityManagerService");
[all...]

Completed in 265 milliseconds

12345