Package org.robolectric.shadows
Interface ShadowInstrumentation._Instrumentation_
- Enclosing class:
- ShadowInstrumentation
public static interface ShadowInstrumentation._Instrumentation_
Reflector interface for
Instrumentation
's internals.-
Method Summary
Modifier and TypeMethodDescriptionexecStartActivity
(Context who, IBinder contextThread, IBinder token, Activity target, Intent intent, int requestCode, Bundle options) execStartActivity
(Context who, IBinder contextThread, IBinder token, String target, Intent intent, int requestCode, Bundle options) void
init
(ActivityThread thread, Context instrContext, Context appContext, ComponentName component, Object watcher, Object uiAutomationConnection)
-
Method Details
-
init
void init(ActivityThread thread, Context instrContext, Context appContext, ComponentName component, Object watcher, Object uiAutomationConnection) -
execStartActivity
-
execStartActivity
-