Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DProfilerInfo.java40 public final boolean autoStopProfiler; field in ProfilerInfo
46 autoStopProfiler = autoStop; in ProfilerInfo()
66 out.writeInt(autoStopProfiler ? 1 : 0); in writeToParcel()
84 autoStopProfiler = in.readInt() != 0; in ProfilerInfo()
DActivityThread.java465 boolean autoStopProfiler; field in ActivityThread.Profiler
490 autoStopProfiler = profilerInfo.autoStopProfiler; in setProfiler()
1597 && mProfiler.autoStopProfiler) { in queueIdle()
4440 mProfiler.autoStopProfiler = data.initProfilerInfo.autoStopProfiler; in handleBindApplication()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java10570 mAutoStopProfiler = profilerInfo.autoStopProfiler; in setProfileApp()