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

/frameworks/base/core/java/android/app/
H A DInstrumentation.java1611 * @param contextThread The main thread of the Context from which the activity
1636 Context who, IBinder contextThread, IBinder token, Activity target,
1638 IApplicationThread whoThread = (IApplicationThread) contextThread;
1688 public void execStartActivities(Context who, IBinder contextThread, argument
1690 execStartActivitiesAsUser(who, contextThread, token, target, intents, options,
1706 public int execStartActivitiesAsUser(Context who, IBinder contextThread, argument
1709 IApplicationThread whoThread = (IApplicationThread) contextThread;
1755 * @param contextThread The main thread of the Context from which the activity
1778 Context who, IBinder contextThread, IBinder token, String target,
1780 IApplicationThread whoThread = (IApplicationThread) contextThread;
1635 execStartActivity( Context who, IBinder contextThread, IBinder token, Activity target, Intent intent, int requestCode, Bundle options) argument
1777 execStartActivity( Context who, IBinder contextThread, IBinder token, String target, Intent intent, int requestCode, Bundle options) argument
1844 execStartActivity( Context who, IBinder contextThread, IBinder token, String resultWho, Intent intent, int requestCode, Bundle options, UserHandle user) argument
1889 execStartActivityAsCaller( Context who, IBinder contextThread, IBinder token, Activity target, Intent intent, int requestCode, Bundle options, boolean ignoreTargetSecurity, int userId) argument
1935 execStartActivityFromAppTask( Context who, IBinder contextThread, IAppTask appTask, Intent intent, Bundle options) argument
[all...]

Completed in 158 milliseconds