Searched defs:attachAgentDuringBind (Results 1 - 1 of 1) sorted by relevance
/frameworks/base/core/java/android/app/ |
H A D | ProfilerInfo.java | 66 public final boolean attachAgentDuringBind; field in class:ProfilerInfo 69 boolean streaming, String agent, boolean attachAgentDuringBind) { 76 this.attachAgentDuringBind = attachAgentDuringBind; 86 attachAgentDuringBind = in.attachAgentDuringBind; 91 * and {@link agent} and {@link attachAgentDuringBind} as given. 93 public ProfilerInfo setAgent(String agent, boolean attachAgentDuringBind) { argument 95 this.autoStopProfiler, this.streamingOutput, agent, attachAgentDuringBind); 134 out.writeBoolean(attachAgentDuringBind); 68 ProfilerInfo(String filename, ParcelFileDescriptor fd, int interval, boolean autoStop, boolean streaming, String agent, boolean attachAgentDuringBind) argument [all...] |
Completed in 21 milliseconds