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