Searched refs:mActiveInstrumentation (Results 1 – 2 of 2) sorted by relevance
78 mService.mActiveInstrumentation.remove(this); in removeProcess()
570 final ArrayList<ActiveInstrumentation> mActiveInstrumentation = new ArrayList<>(); field in ActivityManagerService5015 if (mActiveInstrumentation.size() > 0 && instr == null) { in attachApplicationLocked()5016 for (int i = mActiveInstrumentation.size() - 1; in attachApplicationLocked()5018 ActiveInstrumentation aInstr = mActiveInstrumentation.get(i); in attachApplicationLocked()8311 for (int i = mActiveInstrumentation.size() - 1; i >= 0; i--) { in isActiveInstrumentation()8312 final ActiveInstrumentation instrumentation = mActiveInstrumentation.get(i); in isActiveInstrumentation()10624 if (mActiveInstrumentation.size() > 0) { in dumpProcessesLocked()10626 for (int i=0; i<mActiveInstrumentation.size(); i++) { in dumpProcessesLocked()10627 ActiveInstrumentation ai = mActiveInstrumentation.get(i); in dumpProcessesLocked()10988 for (int i=0; i<mActiveInstrumentation.size(); i++) { in writeProcessesToProtoLocked()[all …]