Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/test/
DInstrumentationTestSuite.java43 public InstrumentationTestSuite(Instrumentation instr) { in InstrumentationTestSuite() argument
44 mInstrumentation = instr; in InstrumentationTestSuite()
48 public InstrumentationTestSuite(String name, Instrumentation instr) { in InstrumentationTestSuite() argument
50 mInstrumentation = instr; in InstrumentationTestSuite()
58 public InstrumentationTestSuite(final Class theClass, Instrumentation instr) { in InstrumentationTestSuite() argument
60 mInstrumentation = instr; in InstrumentationTestSuite()
/frameworks/base/core/java/android/app/
DActivity.java6594 Instrumentation instr, IBinder token, int ident, in attach() argument
6618 mInstrumentation = instr; in attach()