Searched refs:mActiveInstrumentation (Results 1 – 2 of 2) sorted by relevance
81 mService.mActiveInstrumentation.remove(this); in removeProcess()
596 final ArrayList<ActiveInstrumentation> mActiveInstrumentation = new ArrayList<>(); field in ActivityManagerService5250 if (mActiveInstrumentation.size() > 0 && instr == null) { in attachApplicationLocked()5251 for (int i = mActiveInstrumentation.size() - 1; in attachApplicationLocked()5253 ActiveInstrumentation aInstr = mActiveInstrumentation.get(i); in attachApplicationLocked()11363 if (mActiveInstrumentation.size() > 0) { in dumpProcessesLocked()11365 for (int i=0; i<mActiveInstrumentation.size(); i++) { in dumpProcessesLocked()11366 ActiveInstrumentation ai = mActiveInstrumentation.get(i); in dumpProcessesLocked()11766 for (int i=0; i<mActiveInstrumentation.size(); i++) { in writeProcessesToProtoLocked()11767 ActiveInstrumentation ai = mActiveInstrumentation.get(i); in writeProcessesToProtoLocked()16972 if (!mActiveInstrumentation.contains(activeInstr)) { in startInstrumentation()[all …]