Home
last modified time | relevance | path

Searched refs:attachAgentDuringBind (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/app/
DProfilerInfo.java67 public final boolean attachAgentDuringBind; field in ProfilerInfo
70 boolean streaming, String agent, boolean attachAgentDuringBind) { in ProfilerInfo() argument
77 this.attachAgentDuringBind = attachAgentDuringBind; in ProfilerInfo()
87 attachAgentDuringBind = in.attachAgentDuringBind; in ProfilerInfo()
94 public ProfilerInfo setAgent(String agent, boolean attachAgentDuringBind) { in setAgent() argument
96 this.autoStopProfiler, this.streamingOutput, agent, attachAgentDuringBind); in setAgent()
135 out.writeBoolean(attachAgentDuringBind); in writeToParcel()
172 attachAgentDuringBind = in.readBoolean(); in ProfilerInfo()
DActivityThread.java6463 if (data.initProfilerInfo.attachAgentDuringBind) { in handleBindApplication()
/frameworks/base/services/core/java/com/android/server/am/
DAppProfiler.java2048 || mProfileData.getProfilerInfo().attachAgentDuringBind; in setupProfilerInfoLocked()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt8280 Landroid/app/ProfilerInfo;->attachAgentDuringBind:Z