Home
last modified time | relevance | path

Searched refs:mActiveInstrumentation (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DActiveInstrumentation.java78 mService.mActiveInstrumentation.remove(this); in removeProcess()
DActivityManagerService.java570 final ArrayList<ActiveInstrumentation> mActiveInstrumentation = new ArrayList<>(); field in ActivityManagerService
5015 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 …]