Home
last modified time | relevance | path

Searched defs:instr (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/legacy-test/src/android/test/
DInstrumentationTestSuite.java43 public InstrumentationTestSuite(Instrumentation instr) { in InstrumentationTestSuite()
48 public InstrumentationTestSuite(String name, Instrumentation instr) { in InstrumentationTestSuite()
58 public InstrumentationTestSuite(final Class theClass, Instrumentation instr) { in InstrumentationTestSuite()
/frameworks/base/services/core/java/com/android/server/am/
DProcessRecord.java143 ActiveInstrumentation instr;// Set to currently active instrumentation running in process field in ProcessRecord
/frameworks/base/core/java/android/app/
DActivity.java6903 Instrumentation instr, IBinder token, int ident, in attach()