Searched refs:attachAgentDuringBind (Results 1 – 4 of 4) sorted by relevance
82 public final boolean attachAgentDuringBind; field in ProfilerInfo96 boolean streaming, String agent, boolean attachAgentDuringBind, int clockType, in ProfilerInfo() argument105 this.attachAgentDuringBind = attachAgentDuringBind; in ProfilerInfo()116 attachAgentDuringBind = in.attachAgentDuringBind; in ProfilerInfo()159 public ProfilerInfo setAgent(String agent, boolean attachAgentDuringBind) { in setAgent() argument161 this.autoStopProfiler, this.streamingOutput, agent, attachAgentDuringBind, in setAgent()201 out.writeBoolean(attachAgentDuringBind); in writeToParcel()242 attachAgentDuringBind = in.readBoolean(); in ProfilerInfo()
7234 if (data.initProfilerInfo.attachAgentDuringBind) { in handleBindApplication()
2409 || mProfileData.getProfilerInfo().attachAgentDuringBind; in setupProfilerInfoLocked()
8280 Landroid/app/ProfilerInfo;->attachAgentDuringBind:Z