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

/frameworks/base/core/java/android/app/
H A DInstrumentation.java1365 * @param contextThread The main thread of the Context from which the activity
1390 Context who, IBinder contextThread, IBinder token, Activity target,
1392 IApplicationThread whoThread = (IApplicationThread) contextThread;
1430 public void execStartActivities(Context who, IBinder contextThread, argument
1432 IApplicationThread whoThread = (IApplicationThread) contextThread;
1466 * @param contextThread The main thread of the Context from which the activity
1489 Context who, IBinder contextThread, IBinder token, Fragment target,
1491 IApplicationThread whoThread = (IApplicationThread) contextThread;
1389 execStartActivity( Context who, IBinder contextThread, IBinder token, Activity target, Intent intent, int requestCode, Bundle options) argument
1488 execStartActivity( Context who, IBinder contextThread, IBinder token, Fragment target, Intent intent, int requestCode, Bundle options) argument

Completed in 9 milliseconds