Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppProfiler.java292 private int mMemWatchDumpPid; field in AppProfiler
865 mMemWatchDumpPid = profile.getPid(); in startHeapDumpLPf()
881 if (callerPid != mMemWatchDumpPid) { in dumpHeapFinished()
883 + " does not match last pid " + mMemWatchDumpPid); in dumpHeapFinished()
924 mMemWatchDumpPid = -1; in handlePostDumpHeapNotification()
976 mMemWatchDumpPid = -1; in handleAbortDumpHeap()
2396 pw.print(" mMemWatchDumpPid="); pw.println(mMemWatchDumpPid); in dumpMemWatchProcessesLPf()
2499 mMemWatchDumpPid); in writeMemWatchProcessToProtoLPf()