Searched refs:autoStopProfiler (Results 1 – 4 of 4) 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 writeToProto()168 autoStopProfiler = in.readInt() != 0; in ProfilerInfo()185 && autoStopProfiler == other.autoStopProfiler in equals()196 result = 31 * result + (autoStopProfiler ? 1 : 0); in hashCode()
812 boolean autoStopProfiler; field in ActivityThread.Profiler838 autoStopProfiler = profilerInfo.autoStopProfiler; in setProfiler()2065 && mProfiler.autoStopProfiler) { in queueIdle()6187 mProfiler.autoStopProfiler = data.initProfilerInfo.autoStopProfiler; in handleBindApplication()
10885 + mProfileData.getProfilerInfo().autoStopProfiler + in dumpProcessesLocked()
2006 Landroid/app/ActivityThread$Profiler;->autoStopProfiler:Z8284 Landroid/app/ProfilerInfo;->autoStopProfiler:Z