Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DProfilerInfo.java66 public final boolean attachAgentDuringBind; field in ProfilerInfo
69 boolean streaming, String agent, boolean attachAgentDuringBind) { in ProfilerInfo() argument
76 this.attachAgentDuringBind = attachAgentDuringBind; in ProfilerInfo()
86 attachAgentDuringBind = in.attachAgentDuringBind; in ProfilerInfo()
93 public ProfilerInfo setAgent(String agent, boolean attachAgentDuringBind) { in setAgent() argument
95 this.autoStopProfiler, this.streamingOutput, agent, attachAgentDuringBind); in setAgent()
134 out.writeBoolean(attachAgentDuringBind); in writeToParcel()
171 attachAgentDuringBind = in.readBoolean(); in ProfilerInfo()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java7723 || mProfilerInfo.attachAgentDuringBind; in attachApplicationLocked()