Searched refs:mRunningProcesses (Results 1 – 2 of 2) sorted by relevance
61 final ArrayList<ProcessRecord> mRunningProcesses = new ArrayList<>(); field in ActiveInstrumentation72 mRunningProcesses.remove(proc); in removeProcess()73 if (mRunningProcesses.size() == 0) { in removeProcess()88 sb.append(mRunningProcesses.size()); in toString()98 for (int i=0; i<mRunningProcesses.size(); i++) { in dump()100 pw.println(mRunningProcesses.get(i)); in dump()
6890 aInstr.mRunningProcesses.add(app); in attachApplicationLocked()6896 aInstr.mRunningProcesses.add(app); in attachApplicationLocked()19897 activeInstr.mRunningProcesses.add(app);