Searched refs:attachAgentDuringBind (Results 1 – 4 of 4) sorted by relevance
78 public final boolean attachAgentDuringBind; field in ProfilerInfo87 boolean streaming, String agent, boolean attachAgentDuringBind, int clockType) { in ProfilerInfo() argument95 this.attachAgentDuringBind = attachAgentDuringBind; in ProfilerInfo()105 attachAgentDuringBind = in.attachAgentDuringBind; in ProfilerInfo()131 public ProfilerInfo setAgent(String agent, boolean attachAgentDuringBind) { in setAgent() argument133 this.autoStopProfiler, this.streamingOutput, agent, attachAgentDuringBind, in setAgent()173 out.writeBoolean(attachAgentDuringBind); in writeToParcel()212 attachAgentDuringBind = in.readBoolean(); in ProfilerInfo()
6792 if (data.initProfilerInfo.attachAgentDuringBind) { in handleBindApplication()
2273 || mProfileData.getProfilerInfo().attachAgentDuringBind; in setupProfilerInfoLocked()
8280 Landroid/app/ProfilerInfo;->attachAgentDuringBind:Z