Searched refs:thisProc (Results 1 – 2 of 2) sorted by relevance
308 if (thisProc.getCommonProcess() == thisProc) { in add()310 thisProc.setMultiPackage(true); in add()314 thisProc = thisProc.clone(now); in add()315 pkgState.mProcesses.put(thisProc.getName(), thisProc); in add() local317 thisProc.add(otherProc); in add()349 ProcessState thisProc = mProcesses.get(name, uid); in add() local351 if (thisProc == null) { in add()353 thisProc = new ProcessState(this, pkg, uid, vers, name); in add()354 mProcesses.put(name, uid, thisProc); in add()357 thisState.mProcesses.put(name, thisProc); in add()[all …]
14965 ProcessRecord thisProc = procs.valueAt(i); in findProcessLOSP() local14966 if (thisProc.userId == userId) { in findProcessLOSP()14967 proc = thisProc; in findProcessLOSP()