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.java5923 Instrumentation instr, IBinder token, int ident,
5945 mInstrumentation = instr;
5922 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) argument

Completed in 903 milliseconds