Searched refs:mRootProcess (Results 1 – 1 of 1) sorted by relevance
276 private WindowProcessController mRootProcess; field in TaskRecord2366 mRootProcess = proc; in setRootProcess()2367 mRootProcess.addRecentTask(this); in setRootProcess()2372 if (mRootProcess != null) { in clearRootProcess()2373 mRootProcess.removeRecentTask(this); in clearRootProcess()2374 mRootProcess = null; in clearRootProcess()2505 if (mRootProcess != null) { in dump()2506 pw.print(prefix); pw.print("mRootProcess="); pw.println(mRootProcess); in dump()