Home
last modified time | relevance | path

Searched refs:instr (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/test/
DInstrumentationTestSuite.java37 public InstrumentationTestSuite(Instrumentation instr) { in InstrumentationTestSuite() argument
38 mInstrumentation = instr; in InstrumentationTestSuite()
42 public InstrumentationTestSuite(String name, Instrumentation instr) { in InstrumentationTestSuite() argument
44 mInstrumentation = instr; in InstrumentationTestSuite()
52 public InstrumentationTestSuite(final Class theClass, Instrumentation instr) { in InstrumentationTestSuite() argument
54 mInstrumentation = instr; in InstrumentationTestSuite()
/frameworks/base/core/java/android/app/
DActivity.java4409 final void attach(Context context, ActivityThread aThread, Instrumentation instr, IBinder token, in attach() argument
4413 attach(context, aThread, instr, token, 0, application, intent, info, title, parent, id, in attach()
4418 Instrumentation instr, IBinder token, int ident, in attach() argument
4439 mInstrumentation = instr; in attach()