Searched defs:autoStopProfiler (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
H A DProfilerInfo.java40 public final boolean autoStopProfiler; field in class:ProfilerInfo
50 autoStopProfiler = autoStop;
71 out.writeInt(autoStopProfiler ? 1 : 0);
90 autoStopProfiler = in.readInt() != 0;
H A DActivityThread.java572 boolean autoStopProfiler; field in class:ActivityThread.Profiler
598 autoStopProfiler = profilerInfo.autoStopProfiler;
1900 && mProfiler.autoStopProfiler) {
5472 mProfiler.autoStopProfiler = data.initProfilerInfo.autoStopProfiler;

Completed in 75 milliseconds