Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DProfilerInfo.java93 public final int profilerOutputVersion; field in ProfilerInfo
97 int profilerOutputVersion) { in ProfilerInfo() argument
106 this.profilerOutputVersion = profilerOutputVersion; in ProfilerInfo()
118 profilerOutputVersion = in.profilerOutputVersion; in ProfilerInfo()
162 this.clockType, this.profilerOutputVersion); in setAgent()
203 out.writeInt(profilerOutputVersion); in writeToParcel()
218 proto.write(ProfilerInfoProto.PROFILER_OUTPUT_VERSION, profilerOutputVersion); in dumpDebug()
244 profilerOutputVersion = in.readInt(); in ProfilerInfo()
262 && profilerOutputVersion == other.profilerOutputVersion; in equals()
274 result = 31 * result + profilerOutputVersion; in hashCode()
DActivityThread.java1036 mProfilerOutputVersion = profilerInfo.profilerOutputVersion; in setProfiler()
7233 mProfiler.mProfilerOutputVersion = data.initProfilerInfo.profilerOutputVersion; in handleBindApplication()
/frameworks/base/services/core/java/com/android/server/am/
DAppProfiler.java2565 + mProfileData.getProfilerInfo().profilerOutputVersion); in dumpProfileDataLocked()