Searched defs:contextThread (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
H A DInstrumentation.java1366 * @param contextThread The main thread of the Context from which the activity
1391 Context who, IBinder contextThread, IBinder token, Activity target,
1393 IApplicationThread whoThread = (IApplicationThread) contextThread;
1431 public void execStartActivities(Context who, IBinder contextThread, argument
1433 execStartActivitiesAsUser(who, contextThread, token, target, intents, options,
1445 public void execStartActivitiesAsUser(Context who, IBinder contextThread, argument
1448 IApplicationThread whoThread = (IApplicationThread) contextThread;
1483 * @param contextThread The main thread of the Context from which the activity
1506 Context who, IBinder contextThread, IBinder token, Fragment target,
1508 IApplicationThread whoThread = (IApplicationThread) contextThread;
1390 execStartActivity( Context who, IBinder contextThread, IBinder token, Activity target, Intent intent, int requestCode, Bundle options) argument
1505 execStartActivity( Context who, IBinder contextThread, IBinder token, Fragment target, Intent intent, int requestCode, Bundle options) argument
1565 execStartActivity( Context who, IBinder contextThread, IBinder token, Activity target, Intent intent, int requestCode, Bundle options, UserHandle user) argument
[all...]

Completed in 33 milliseconds