Searched defs:contextThread (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/app/
H A DInstrumentation.java1553 * @param contextThread The main thread of the Context from which the activity
1578 Context who, IBinder contextThread, IBinder token, Activity target,
1580 IApplicationThread whoThread = (IApplicationThread) contextThread;
1630 public void execStartActivities(Context who, IBinder contextThread, argument
1632 execStartActivitiesAsUser(who, contextThread, token, target, intents, options,
1644 public void execStartActivitiesAsUser(Context who, IBinder contextThread, argument
1647 IApplicationThread whoThread = (IApplicationThread) contextThread;
1692 * @param contextThread The main thread of the Context from which the activity
1715 Context who, IBinder contextThread, IBinder token, String target,
1717 IApplicationThread whoThread = (IApplicationThread) contextThread;
1577 execStartActivity( Context who, IBinder contextThread, IBinder token, Activity target, Intent intent, int requestCode, Bundle options) argument
1714 execStartActivity( Context who, IBinder contextThread, IBinder token, String target, Intent intent, int requestCode, Bundle options) argument
1781 execStartActivity( Context who, IBinder contextThread, IBinder token, String resultWho, Intent intent, int requestCode, Bundle options, UserHandle user) argument
1826 execStartActivityAsCaller( Context who, IBinder contextThread, IBinder token, Activity target, Intent intent, int requestCode, Bundle options, boolean ignoreTargetSecurity, int userId) argument
1872 execStartActivityFromAppTask( Context who, IBinder contextThread, IAppTask appTask, Intent intent, Bundle options) argument
[all...]

Completed in 11 milliseconds