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.java464 boolean autoStopProfiler; field in class:ActivityThread.Profiler
489 autoStopProfiler = profilerInfo.autoStopProfiler;
1556 && mProfiler.autoStopProfiler) {
4299 mProfiler.autoStopProfiler = data.initProfilerInfo.autoStopProfiler;
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java10294 mAutoStopProfiler = profilerInfo.autoStopProfiler;

Completed in 139 milliseconds