Home
last modified time | relevance | path

Searched refs:autoStopProfiler (Results 1 – 4 of 4) 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 writeToProto()
168 autoStopProfiler = in.readInt() != 0; in ProfilerInfo()
185 && autoStopProfiler == other.autoStopProfiler in equals()
196 result = 31 * result + (autoStopProfiler ? 1 : 0); in hashCode()
DActivityThread.java812 boolean autoStopProfiler; field in ActivityThread.Profiler
838 autoStopProfiler = profilerInfo.autoStopProfiler; in setProfiler()
2065 && mProfiler.autoStopProfiler) { in queueIdle()
6187 mProfiler.autoStopProfiler = data.initProfilerInfo.autoStopProfiler; in handleBindApplication()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java10885 + mProfileData.getProfilerInfo().autoStopProfiler + in dumpProcessesLocked()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt2006 Landroid/app/ActivityThread$Profiler;->autoStopProfiler:Z
8284 Landroid/app/ProfilerInfo;->autoStopProfiler:Z