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

/frameworks/base/core/java/android/app/
H A DInstrumentation.java1450 * @param contextThread The main thread of the Context from which the activity
1475 Context who, IBinder contextThread, IBinder token, Activity target,
1477 IApplicationThread whoThread = (IApplicationThread) contextThread;
1515 public void execStartActivities(Context who, IBinder contextThread, argument
1517 execStartActivitiesAsUser(who, contextThread, token, target, intents, options,
1529 public void execStartActivitiesAsUser(Context who, IBinder contextThread, argument
1532 IApplicationThread whoThread = (IApplicationThread) contextThread;
1569 * @param contextThread The main thread of the Context from which the activity
1592 Context who, IBinder contextThread, IBinder token, Fragment target,
1594 IApplicationThread whoThread = (IApplicationThread) contextThread;
1474 execStartActivity( Context who, IBinder contextThread, IBinder token, Activity target, Intent intent, int requestCode, Bundle options) argument
1591 execStartActivity( Context who, IBinder contextThread, IBinder token, Fragment target, Intent intent, int requestCode, Bundle options) argument
1651 execStartActivity( Context who, IBinder contextThread, IBinder token, Activity target, Intent intent, int requestCode, Bundle options, UserHandle user) argument
1688 execStartActivityAsCaller( Context who, IBinder contextThread, IBinder token, Activity target, Intent intent, int requestCode, Bundle options, int userId) argument
1725 execStartActivityFromAppTask( Context who, IBinder contextThread, IAppTask appTask, Intent intent, Bundle options) argument
[all...]

Completed in 25 milliseconds