All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
protected boolean |
bindService(Intent intent,
ServiceConnection serviceConnection,
int i) |
protected void |
execStartActivities(Context who,
IBinder contextThread,
IBinder token,
Activity target,
Intent[] intents,
Bundle options) |
protected Instrumentation.ActivityResult |
execStartActivity(Context who,
IBinder contextThread,
IBinder token,
Activity target,
Intent intent,
int requestCode,
Bundle options) |
protected Instrumentation.ActivityResult |
execStartActivity(Context who,
IBinder contextThread,
IBinder token,
Fragment target,
Intent intent,
int requestCode,
Bundle options) |
protected Instrumentation.ActivityResult |
execStartActivity(Context who,
IBinder contextThread,
IBinder token,
String target,
Intent intent,
int requestCode,
Bundle options) |
protected Instrumentation.ActivityResult |
execStartActivity(Context who,
IBinder contextThread,
IBinder token,
String resultWho,
Intent intent,
int requestCode,
Bundle options,
UserHandle user) |
protected Instrumentation.ActivityResult |
execStartActivityAsCaller(Context who,
IBinder contextThread,
IBinder token,
Activity target,
Intent intent,
int requestCode,
Bundle options,
boolean ignoreTargetSecurity,
int userId) |
protected void |
execStartActivityFromAppTask(Context who,
IBinder contextThread,
Object appTask,
Intent intent,
Bundle options) |
protected List<ServiceConnection> |
getBoundServiceConnections() |
static Instrumentation |
getInstrumentation() |
List<String> |
getUnbindableActions() |
protected List<ServiceConnection> |
getUnboundServiceConnections() |
protected Activity |
startActivitySync(Intent intent,
Bundle options) |
protected ComponentName |
startService(Intent intent) |
protected void |
unbindService(ServiceConnection serviceConnection) |