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