Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/
DProcessStats.java278 ProcessState otherProc = otherState.mProcesses.valueAt(iproc); in add() local
279 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() local
314 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 …]