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.ActivityResultexecStartActivity(Context who, IBinder contextThread, IBinder token, Activity target, Intent intent, int requestCode, Bundle options)Instrumentation.ActivityResultexecStartActivity(Context who, IBinder contextThread, IBinder token, String target, Intent intent, int requestCode, Bundle options)voidinit(ActivityThread thread, Context instrContext, Context appContext, ComponentName component, Object watcher)voidinit(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)
-
-