Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/app/
H A 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()
H A DActivityThread.java6497 if (data.initProfilerInfo.attachAgentDuringBind) { in handleBindApplication()
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DAppProfiler.java2043 || mProfileData.getProfilerInfo().attachAgentDuringBind; in setupProfilerInfoLocked()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt8280 Landroid/app/ProfilerInfo;->attachAgentDuringBind:Z