Searched defs:whoThread (Results 1 – 3 of 3) sorted by relevance
30 int startActivity(IBinder whoThread, String callingPackage, String callingFeatureId, in startActivity()
1693 IApplicationThread whoThread = (IApplicationThread) contextThread; in execStartActivity() local1765 IApplicationThread whoThread = (IApplicationThread) contextThread; in execStartActivitiesAsUser() local1836 IApplicationThread whoThread = (IApplicationThread) contextThread; in execStartActivity() local1903 IApplicationThread whoThread = (IApplicationThread) contextThread; in execStartActivity() local1949 IApplicationThread whoThread = (IApplicationThread) contextThread; in execStartActivityAsCaller() local1996 IApplicationThread whoThread = (IApplicationThread) contextThread; in execStartActivityFromAppTask() local
129 public int startActivity(IBinder whoThread, String callingPackage, String callingFeatureId, in startActivity()