Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DProfilerInfo.java47 public final boolean autoStopProfiler; field in ProfilerInfo
73 autoStopProfiler = autoStop; in ProfilerInfo()
83 autoStopProfiler = in.autoStopProfiler; in ProfilerInfo()
95 this.autoStopProfiler, this.streamingOutput, agent, attachAgentDuringBind); in setAgent()
131 out.writeInt(autoStopProfiler ? 1 : 0); in writeToParcel()
145 proto.write(ProfilerInfoProto.AUTO_STOP_PROFILER, autoStopProfiler); in dumpDebug()
168 autoStopProfiler = in.readInt() != 0; in ProfilerInfo()
185 && autoStopProfiler == other.autoStopProfiler in equals()
196 result = 31 * result + (autoStopProfiler ? 1 : 0); in hashCode()
DActivityThread.java846 boolean autoStopProfiler; field in ActivityThread.Profiler
872 autoStopProfiler = profilerInfo.autoStopProfiler; in setProfiler()
2099 && mProfiler.autoStopProfiler) { in queueIdle()
6397 mProfiler.autoStopProfiler = data.initProfilerInfo.autoStopProfiler; in handleBindApplication()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java11657 + mProfileData.getProfilerInfo().autoStopProfiler + in dumpProcessesLocked()