Searched refs:instr (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/test-base/src/android/test/
H A DInstrumentationTestSuite.java40 * @param instr The instrumentation that will be injected into each
43 public InstrumentationTestSuite(Instrumentation instr) { argument
44 mInstrumentation = instr;
48 public InstrumentationTestSuite(String name, Instrumentation instr) { argument
50 mInstrumentation = instr;
55 * @param instr The instrumentation to inject into each test before
58 public InstrumentationTestSuite(final Class theClass, Instrumentation instr) { argument
60 mInstrumentation = instr;
/frameworks/base/services/core/java/com/android/server/am/
H A DProcessRecord.java157 ActiveInstrumentation instr;// Set to currently active instrumentation running in process field in class:ProcessRecord
289 if (instr != null) {
290 pw.print(prefix); pw.print("instr="); pw.println(instr);
H A DActivityManagerService.java4668 if (app == null || app.instr == null) {
5909 if (app.instr != null) {
5911 + " running instrumentation " + app.instr.mClass);
6065 boolean doLowMem = app.instr == null;
7706 if (app.instr != null) {
7707 notifyPackageUse(app.instr.mClass.getPackageName(),
7712 ApplicationInfo appInfo = app.instr != null ? app.instr.mTargetInfo : app.info;
7729 } else if (app.instr != null && app.instr
[all...]
H A DAppErrors.java432 if (r != null && r.instr != null) {
/frameworks/base/core/java/android/app/
H A DActivity.java7045 Instrumentation instr, IBinder token, int ident,
7069 mInstrumentation = instr;
7044 attach(Context context, ActivityThread aThread, Instrumentation instr, IBinder token, int ident, Application application, Intent intent, ActivityInfo info, CharSequence title, Activity parent, String id, NonConfigurationInstances lastNonConfigurationInstances, Configuration config, String referrer, IVoiceInteractor voiceInteractor, Window window, ActivityConfigCallback activityConfigCallback) argument

Completed in 151 milliseconds