Searched refs:autoStopProfiler (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/app/
H A DProfilerInfo.java40 public final boolean autoStopProfiler; field in class:ProfilerInfo
46 autoStopProfiler = autoStop;
66 out.writeInt(autoStopProfiler ? 1 : 0);
84 autoStopProfiler = in.readInt() != 0;
H A DActivityThread.java532 boolean autoStopProfiler; field in class:ActivityThread.Profiler
557 autoStopProfiler = profilerInfo.autoStopProfiler;
1741 && mProfiler.autoStopProfiler) {
5069 mProfiler.autoStopProfiler = data.initProfilerInfo.autoStopProfiler;
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java11925 mAutoStopProfiler = profilerInfo.autoStopProfiler;

Completed in 150 milliseconds