Searched defs:instr (Results 1 - 3 of 3) sorted by relevance
/frameworks/base/test-base/src/android/test/ |
H A D | InstrumentationTestSuite.java | 40 * @param instr The instrumentation that will be injected into each 43 public InstrumentationTestSuite(Instrumentation instr) { argument 44 mInstrumentation = instr; 48 public InstrumentationTestSuite(String name, Instrumentation instr) { argument 50 mInstrumentation = instr; 55 * @param instr The instrumentation to inject into each test before 58 public InstrumentationTestSuite(final Class theClass, Instrumentation instr) { argument 60 mInstrumentation = instr;
|
/frameworks/base/services/core/java/com/android/server/am/ |
H A D | ProcessRecord.java | 157 ActiveInstrumentation instr;// Set to currently active instrumentation running in process field in class:ProcessRecord 289 if (instr != null) { 290 pw.print(prefix); pw.print("instr="); pw.println(instr);
|
/frameworks/base/core/java/android/app/ |
H A D | Activity.java | 7045 Instrumentation instr, IBinder token, int ident, 7069 mInstrumentation = instr; 7044 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, Window window, ActivityConfigCallback activityConfigCallback) argument
|
Completed in 24 milliseconds