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()
465 boolean autoStopProfiler; field in ActivityThread.Profiler490 autoStopProfiler = profilerInfo.autoStopProfiler; in setProfiler()1597 && mProfiler.autoStopProfiler) { in queueIdle()4440 mProfiler.autoStopProfiler = data.initProfilerInfo.autoStopProfiler; in handleBindApplication()
10570 mAutoStopProfiler = profilerInfo.autoStopProfiler; in setProfileApp()