Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java1523 int mMemWatchDumpPid; field in ActivityManagerService
2390 mMemWatchDumpPid = -1; in handleMessage()
15839 pw.print(" mMemWatchDumpPid="); pw.print(mMemWatchDumpPid);
21561 mMemWatchDumpPid = proc.pid;
23438 if (Binder.getCallingPid() != mMemWatchDumpPid) {
23440 + " does not match last pid " + mMemWatchDumpPid);