Searched defs:whoThread (Results 1 – 3 of 3) sorted by relevance
30 int startActivity(IBinder whoThread, String callingPackage, String callingFeatureId, in startActivity()
1725 IApplicationThread whoThread = (IApplicationThread) contextThread; in execStartActivity() local1800 IApplicationThread whoThread = (IApplicationThread) contextThread; in execStartActivitiesAsUser() local1874 IApplicationThread whoThread = (IApplicationThread) contextThread; in execStartActivity() local1944 IApplicationThread whoThread = (IApplicationThread) contextThread; in execStartActivity() local1993 IApplicationThread whoThread = (IApplicationThread) contextThread; in execStartActivityAsCaller() local2043 IApplicationThread whoThread = (IApplicationThread) contextThread; in execStartActivityFromAppTask() local
125 public int startActivity(IBinder whoThread, String callingPackage, String callingFeatureId, in startActivity()