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

/frameworks/base/core/java/android/app/
H A DInstrumentation.java1373 * @param contextThread The main thread of the Context from which the activity
1398 Context who, IBinder contextThread, IBinder token, Activity target,
1400 IApplicationThread whoThread = (IApplicationThread) contextThread;
1438 public void execStartActivities(Context who, IBinder contextThread, argument
1440 execStartActivitiesAsUser(who, contextThread, token, target, intents, options,
1452 public void execStartActivitiesAsUser(Context who, IBinder contextThread, argument
1455 IApplicationThread whoThread = (IApplicationThread) contextThread;
1492 * @param contextThread The main thread of the Context from which the activity
1515 Context who, IBinder contextThread, IBinder token, Fragment target,
1517 IApplicationThread whoThread = (IApplicationThread) contextThread;
1397 execStartActivity( Context who, IBinder contextThread, IBinder token, Activity target, Intent intent, int requestCode, Bundle options) argument
1514 execStartActivity( Context who, IBinder contextThread, IBinder token, Fragment target, Intent intent, int requestCode, Bundle options) argument
1574 execStartActivity( Context who, IBinder contextThread, IBinder token, Activity target, Intent intent, int requestCode, Bundle options, UserHandle user) argument
[all...]

Completed in 44 milliseconds