Searched refs:autoStopProfiler (Results 1 – 4 of 4) sorted by relevance
48 public final boolean autoStopProfiler; field in ProfilerInfo74 autoStopProfiler = autoStop; in ProfilerInfo()84 autoStopProfiler = in.autoStopProfiler; in ProfilerInfo()96 this.autoStopProfiler, this.streamingOutput, agent, attachAgentDuringBind); in setAgent()132 out.writeInt(autoStopProfiler ? 1 : 0); in writeToParcel()146 proto.write(ProfilerInfoProto.AUTO_STOP_PROFILER, autoStopProfiler); in dumpDebug()169 autoStopProfiler = in.readInt() != 0; in ProfilerInfo()186 && autoStopProfiler == other.autoStopProfiler in equals()197 result = 31 * result + (autoStopProfiler ? 1 : 0); in hashCode()
909 boolean autoStopProfiler; field in ActivityThread.Profiler935 autoStopProfiler = profilerInfo.autoStopProfiler; in setProfiler()2301 && mProfiler.autoStopProfiler) { in queueIdle()6495 mProfiler.autoStopProfiler = data.initProfilerInfo.autoStopProfiler; in handleBindApplication()
2192 + mProfileData.getProfilerInfo().autoStopProfiler in dumpProfileDataLocked()
2006 Landroid/app/ActivityThread$Profiler;->autoStopProfiler:Z8281 Landroid/app/ProfilerInfo;->autoStopProfiler:Z