Searched defs:instr (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/test/
H A DInstrumentationTestSuite.java34 * @param instr The instrumentation that will be injected into each
37 public InstrumentationTestSuite(Instrumentation instr) { argument
38 mInstrumentation = instr;
42 public InstrumentationTestSuite(String name, Instrumentation instr) { argument
44 mInstrumentation = instr;
49 * @param instr The instrumentation to inject into each test before
52 public InstrumentationTestSuite(final Class theClass, Instrumentation instr) { argument
54 mInstrumentation = instr;
/frameworks/base/core/java/android/app/
H A DActivity.java3739 final void attach(Context context, ActivityThread aThread, Instrumentation instr, IBinder token, argument
3743 attach(context, aThread, instr, token, 0, application, intent, info, title, parent, id,
3748 Instrumentation instr, IBinder token, int ident,
3764 mInstrumentation = instr;
3747 attach(Context context, ActivityThread aThread, Instrumentation instr, IBinder token, int ident, Application application, Intent intent, ActivityInfo info, CharSequence title, Activity parent, String id, Object lastNonConfigurationInstance, HashMap<String,Object> lastNonConfigurationChildInstances, Configuration config) argument

Completed in 62 milliseconds