Home
last modified time | relevance | path

Searched refs:attachAgentDuringBind (Results 1 – 3 of 3) 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()
DActivityThread.java6399 if (data.initProfilerInfo.attachAgentDuringBind) { in handleBindApplication()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java5205 || mProfileData.getProfilerInfo().attachAgentDuringBind; in attachApplicationLocked()