Searched refs:mActiveInstrumentation (Results 1 – 3 of 3) sorted by relevance
87 mService.mActiveInstrumentation.remove(this); in removeProcess()
2082 if (mService.mActiveInstrumentation.size() > 0 && instr == null) { in setupProfilerInfoLocked()2083 for (int i = mService.mActiveInstrumentation.size() - 1; in setupProfilerInfoLocked()2085 ActiveInstrumentation aInstr = mService.mActiveInstrumentation.get(i); in setupProfilerInfoLocked()
563 final ArrayList<ActiveInstrumentation> mActiveInstrumentation = new ArrayList<>(); field in ActivityManagerService9322 final int size = mActiveInstrumentation.size(); in dumpActiveInstruments()9326 ActiveInstrumentation ai = mActiveInstrumentation.get(i); in dumpActiveInstruments()9581 for (int i = 0, size = mActiveInstrumentation.size(); i < size; i++) { in writeOtherProcessesInfoToProtoLSP()9582 ActiveInstrumentation ai = mActiveInstrumentation.get(i); in writeOtherProcessesInfoToProtoLSP()13880 if (!mActiveInstrumentation.contains(activeInstr)) { in startInstrumentation()13881 mActiveInstrumentation.add(activeInstr); in startInstrumentation()16227 for (int i = mActiveInstrumentation.size() - 1; i >= 0; i--) {16228 ActiveInstrumentation activeInst = mActiveInstrumentation.get(i);16930 final int instrCount = mActiveInstrumentation.size();[all …]