Searched refs:pidToProcess (Results 1 – 1 of 1) sorted by relevance
9310 final SparseArray<ProcessRecord> pidToProcess = new SparseArray<>(); in dumpOtherProcessesInfoLSP() local9315 pidToProcess.put(r.getPid(), r); in dumpOtherProcessesInfoLSP()9334 ProcessRecord r = pidToProcess.get(sActiveProcessInfoSelfLocked.keyAt(i)); in dumpOtherProcessesInfoLSP()