Searched refs:autoStopProfiler (Results 1 – 4 of 4) sorted by relevance
59 public final boolean autoStopProfiler; field in ProfilerInfo91 autoStopProfiler = autoStop; in ProfilerInfo()102 autoStopProfiler = in.autoStopProfiler; in ProfilerInfo()133 this.autoStopProfiler, this.streamingOutput, agent, attachAgentDuringBind, in setAgent()170 out.writeInt(autoStopProfiler ? 1 : 0); in writeToParcel()185 proto.write(ProfilerInfoProto.AUTO_STOP_PROFILER, autoStopProfiler); in dumpDebug()209 autoStopProfiler = in.readInt() != 0; in ProfilerInfo()227 && autoStopProfiler == other.autoStopProfiler in equals()239 result = 31 * result + (autoStopProfiler ? 1 : 0); in hashCode()
948 boolean autoStopProfiler; field in ActivityThread.Profiler975 autoStopProfiler = profilerInfo.autoStopProfiler; in setProfiler()2515 && mProfiler.autoStopProfiler) { in queueIdle()6789 mProfiler.autoStopProfiler = data.initProfilerInfo.autoStopProfiler; in handleBindApplication()
2422 + mProfileData.getProfilerInfo().autoStopProfiler in dumpProfileDataLocked()
2006 Landroid/app/ActivityThread$Profiler;->autoStopProfiler:Z8281 Landroid/app/ProfilerInfo;->autoStopProfiler:Z