Searched refs:autoStopProfiler (Results 1 – 3 of 3) sorted by relevance
40 public final boolean autoStopProfiler; field in ProfilerInfo46 autoStopProfiler = autoStop; in ProfilerInfo()66 out.writeInt(autoStopProfiler ? 1 : 0); in writeToParcel()84 autoStopProfiler = in.readInt() != 0; in ProfilerInfo()
464 boolean autoStopProfiler; field in ActivityThread.Profiler489 autoStopProfiler = profilerInfo.autoStopProfiler; in setProfiler()1556 && mProfiler.autoStopProfiler) { in queueIdle()4299 mProfiler.autoStopProfiler = data.initProfilerInfo.autoStopProfiler; in handleBindApplication()
10294 mAutoStopProfiler = profilerInfo.autoStopProfiler;