Searched refs:attachAgentDuringBind (Results 1 – 3 of 3) sorted by relevance
66 public final boolean attachAgentDuringBind; field in ProfilerInfo69 boolean streaming, String agent, boolean attachAgentDuringBind) { in ProfilerInfo() argument76 this.attachAgentDuringBind = attachAgentDuringBind; in ProfilerInfo()86 attachAgentDuringBind = in.attachAgentDuringBind; in ProfilerInfo()93 public ProfilerInfo setAgent(String agent, boolean attachAgentDuringBind) { in setAgent() argument95 this.autoStopProfiler, this.streamingOutput, agent, attachAgentDuringBind); in setAgent()134 out.writeBoolean(attachAgentDuringBind); in writeToParcel()171 attachAgentDuringBind = in.readBoolean(); in ProfilerInfo()
6399 if (data.initProfilerInfo.attachAgentDuringBind) { in handleBindApplication()
5205 || mProfileData.getProfilerInfo().attachAgentDuringBind; in attachApplicationLocked()