Home
last modified time | relevance | path

Searched defs:attachAgentDuringBind (Results 1 – 1 of 1) 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()
94 public ProfilerInfo setAgent(String agent, boolean attachAgentDuringBind) { in setAgent()