Package org.robolectric.shadows
Interface ShadowInstrumentation._Instrumentation_
-
- Enclosing class:
- ShadowInstrumentation
public static interface ShadowInstrumentation._Instrumentation_
Reflector interface forInstrumentation
's internals.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Instrumentation.ActivityResult
execStartActivity(Context who, IBinder contextThread, IBinder token, Activity target, Intent intent, int requestCode, Bundle options)
Instrumentation.ActivityResult
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)
void
init(ActivityThread thread, Context instrContext, Context appContext, ComponentName component, Object watcher, Object uiAutomationConnection)
-
-
-
Method Detail
-
init
void init(ActivityThread thread, Context instrContext, Context appContext, ComponentName component, Object watcher)
-
init
void init(ActivityThread thread, Context instrContext, Context appContext, ComponentName component, Object watcher, Object uiAutomationConnection)
-
execStartActivity
Instrumentation.ActivityResult execStartActivity(Context who, IBinder contextThread, IBinder token, Activity target, Intent intent, int requestCode, Bundle options)
-
-