[go: nahoru, domu]

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

/frameworks/base/core/java/android/app/
H A DInstrumentation.java1468 * @param contextThread The main thread of the Context from which the activity
1493 Context who, IBinder contextThread, IBinder token, Activity target,
1495 IApplicationThread whoThread = (IApplicationThread) contextThread;
1538 public void execStartActivities(Context who, IBinder contextThread, argument
1540 execStartActivitiesAsUser(who, contextThread, token, target, intents, options,
1552 public void execStartActivitiesAsUser(Context who, IBinder contextThread, argument
1555 IApplicationThread whoThread = (IApplicationThread) contextThread;
1593 * @param contextThread The main thread of the Context from which the activity
1616 Context who, IBinder contextThread, IBinder token, String target,
1618 IApplicationThread whoThread = (IApplicationThread) contextThread;
1492 execStartActivity( Context who, IBinder contextThread, IBinder token, Activity target, Intent intent, int requestCode, Bundle options) argument
1615 execStartActivity( Context who, IBinder contextThread, IBinder token, String target, Intent intent, int requestCode, Bundle options) argument
1675 execStartActivity( Context who, IBinder contextThread, IBinder token, Activity target, Intent intent, int requestCode, Bundle options, UserHandle user) argument
1713 execStartActivityAsCaller( Context who, IBinder contextThread, IBinder token, Activity target, Intent intent, int requestCode, Bundle options, boolean ignoreTargetSecurity, int userId) argument
1752 execStartActivityFromAppTask( Context who, IBinder contextThread, IAppTask appTask, Intent intent, Bundle options) argument
[all...]

Completed in 35 milliseconds