Searched refs:mActiveInstrumentation (Results 1 – 2 of 2) sorted by relevance
74 mService.mActiveInstrumentation.remove(this); in removeProcess()
626 final ArrayList<ActiveInstrumentation> mActiveInstrumentation = new ArrayList<>(); field in ActivityManagerService6881 if (mActiveInstrumentation.size() > 0 && app.instr == null) { in attachApplicationLocked()6882 for (int i = mActiveInstrumentation.size() - 1; i >= 0 && app.instr == null; i--) { in attachApplicationLocked()6883 ActiveInstrumentation aInstr = mActiveInstrumentation.get(i); in attachApplicationLocked()15547 if (mActiveInstrumentation.size() > 0) {15549 for (int i=0; i<mActiveInstrumentation.size(); i++) {15550 ActiveInstrumentation ai = mActiveInstrumentation.get(i);19898 if (!mActiveInstrumentation.contains(activeInstr)) {19899 mActiveInstrumentation.add(activeInstr);