Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DProfilerInfo.java78 public final boolean attachAgentDuringBind; field in ProfilerInfo
87 boolean streaming, String agent, boolean attachAgentDuringBind, int clockType) { in ProfilerInfo() argument
95 this.attachAgentDuringBind = attachAgentDuringBind; in ProfilerInfo()
105 attachAgentDuringBind = in.attachAgentDuringBind; in ProfilerInfo()
131 public ProfilerInfo setAgent(String agent, boolean attachAgentDuringBind) { in setAgent() argument
133 this.autoStopProfiler, this.streamingOutput, agent, attachAgentDuringBind, in setAgent()
173 out.writeBoolean(attachAgentDuringBind); in writeToParcel()
212 attachAgentDuringBind = in.readBoolean(); in ProfilerInfo()
H A DActivityThread.java6792 if (data.initProfilerInfo.attachAgentDuringBind) { in handleBindApplication()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppProfiler.java2273 || mProfileData.getProfilerInfo().attachAgentDuringBind; in setupProfilerInfoLocked()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt8280 Landroid/app/ProfilerInfo;->attachAgentDuringBind:Z