Searched refs:otherProc (Results 1 – 1 of 1) sorted by relevance
278 ProcessState otherProc = otherState.mProcesses.valueAt(iproc); in add() local279 if (otherProc.mCommonProcess != otherProc) { in add()281 + " vers " + vers + " proc " + otherProc.mName); in add()283 otherProc.mName); in add()293 thisProc.add(otherProc); in add()313 ProcessState otherProc = uids.valueAt(iu); in add() local314 ProcessState thisProc = mProcesses.get(otherProc.mName, uid); in add()315 if (DEBUG) Slog.d(TAG, "Adding uid " + uid + " proc " + otherProc.mName); in add()318 thisProc = new ProcessState(this, otherProc.mPackage, uid, otherProc.mVersion, in add()319 otherProc.mName); in add()[all …]