Searched defs:whoThread (Results 1 – 3 of 3) sorted by relevance
30 int startActivity(IBinder whoThread, String callingPackage, String callingFeatureId, in startActivity()
1801 IApplicationThread whoThread = (IApplicationThread) contextThread; in execStartActivity() local1877 IApplicationThread whoThread = (IApplicationThread) contextThread; in execStartActivitiesAsUser() local1952 IApplicationThread whoThread = (IApplicationThread) contextThread; in execStartActivity() local2023 IApplicationThread whoThread = (IApplicationThread) contextThread; in execStartActivity() local2073 IApplicationThread whoThread = (IApplicationThread) contextThread; in execStartActivityAsCaller() local2124 IApplicationThread whoThread = (IApplicationThread) contextThread; in execStartActivityFromAppTask() local
149 public int startActivity(IBinder whoThread, String callingPackage, String callingFeatureId, in startActivity()