Searched refs:attachAgentDuringBind (Results 1 – 4 of 4) sorted by relevance
67 public final boolean attachAgentDuringBind; field in ProfilerInfo70 boolean streaming, String agent, boolean attachAgentDuringBind) { in ProfilerInfo() argument77 this.attachAgentDuringBind = attachAgentDuringBind; in ProfilerInfo()87 attachAgentDuringBind = in.attachAgentDuringBind; in ProfilerInfo()94 public ProfilerInfo setAgent(String agent, boolean attachAgentDuringBind) { in setAgent() argument96 this.autoStopProfiler, this.streamingOutput, agent, attachAgentDuringBind); in setAgent()135 out.writeBoolean(attachAgentDuringBind); in writeToParcel()172 attachAgentDuringBind = in.readBoolean(); in ProfilerInfo()
6463 if (data.initProfilerInfo.attachAgentDuringBind) { in handleBindApplication()
2048 || mProfileData.getProfilerInfo().attachAgentDuringBind; in setupProfilerInfoLocked()
8280 Landroid/app/ProfilerInfo;->attachAgentDuringBind:Z