Searched defs:whoThread (Results 1 – 3 of 3) sorted by relevance
30 int startActivity(IBinder whoThread, String callingPackage, String callingFeatureId, in startActivity()
1959 IApplicationThread whoThread = (IApplicationThread) contextThread; in execStartActivity() local2050 IApplicationThread whoThread = (IApplicationThread) contextThread; in execStartActivitiesAsUser() local2136 IApplicationThread whoThread = (IApplicationThread) contextThread; in execStartActivity() local2216 IApplicationThread whoThread = (IApplicationThread) contextThread; in execStartActivity() local2276 IApplicationThread whoThread = (IApplicationThread) contextThread; in execStartActivityAsCaller() local2335 IApplicationThread whoThread = (IApplicationThread) contextThread; in execStartActivityFromAppTask() local
158 public int startActivity(IBinder whoThread, String callingPackage, String callingFeatureId, in startActivity()