Searched defs:whoThread (Results 1 – 3 of 3) sorted by relevance
30 int startActivity(IBinder whoThread, String callingPackage, String callingFeatureId, in startActivity()
1840 IApplicationThread whoThread = (IApplicationThread) contextThread; in execStartActivity() local1916 IApplicationThread whoThread = (IApplicationThread) contextThread; in execStartActivitiesAsUser() local1991 IApplicationThread whoThread = (IApplicationThread) contextThread; in execStartActivity() local2062 IApplicationThread whoThread = (IApplicationThread) contextThread; in execStartActivity() local2112 IApplicationThread whoThread = (IApplicationThread) contextThread; in execStartActivityAsCaller() local2163 IApplicationThread whoThread = (IApplicationThread) contextThread; in execStartActivityFromAppTask() local
151 public int startActivity(IBinder whoThread, String callingPackage, String callingFeatureId, in startActivity()