Searched refs:commonProcess (Results 1 – 1 of 1) sorted by relevance
183 public ProcessState(ProcessState commonProcess, String pkg, int uid, long vers, String name, in ProcessState() argument185 mStats = commonProcess.mStats; in ProcessState()187 mCommonProcess = commonProcess; in ProcessState()191 mCurCombinedState = commonProcess.mCurCombinedState; in ProcessState()196 mDurations = new DurationsTable(commonProcess.mStats.mTableData); in ProcessState()197 mPssTable = new PssTable(commonProcess.mStats.mTableData); in ProcessState()