Searched refs:autoStopProfiler (Results 1 – 3 of 3) sorted by relevance
47 public final boolean autoStopProfiler; field in ProfilerInfo73 autoStopProfiler = autoStop; in ProfilerInfo()83 autoStopProfiler = in.autoStopProfiler; in ProfilerInfo()95 this.autoStopProfiler, this.streamingOutput, agent, attachAgentDuringBind); in setAgent()131 out.writeInt(autoStopProfiler ? 1 : 0); in writeToParcel()145 proto.write(ProfilerInfoProto.AUTO_STOP_PROFILER, autoStopProfiler); in dumpDebug()168 autoStopProfiler = in.readInt() != 0; in ProfilerInfo()185 && autoStopProfiler == other.autoStopProfiler in equals()196 result = 31 * result + (autoStopProfiler ? 1 : 0); in hashCode()
846 boolean autoStopProfiler; field in ActivityThread.Profiler872 autoStopProfiler = profilerInfo.autoStopProfiler; in setProfiler()2099 && mProfiler.autoStopProfiler) { in queueIdle()6397 mProfiler.autoStopProfiler = data.initProfilerInfo.autoStopProfiler; in handleBindApplication()
11657 + mProfileData.getProfilerInfo().autoStopProfiler + in dumpProcessesLocked()