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.java561 final ArrayList<ActiveInstrumentation> mActiveInstrumentation = new ArrayList<>(); field in ActivityManagerService
4985 if (mActiveInstrumentation.size() > 0 && instr == null) { in attachApplicationLocked()
4986 for (int i = mActiveInstrumentation.size() - 1; in attachApplicationLocked()
4988 ActiveInstrumentation aInstr = mActiveInstrumentation.get(i); in attachApplicationLocked()
10565 if (mActiveInstrumentation.size() > 0) { in dumpProcessesLocked()
10567 for (int i=0; i<mActiveInstrumentation.size(); i++) { in dumpProcessesLocked()
10568 ActiveInstrumentation ai = mActiveInstrumentation.get(i); in dumpProcessesLocked()
10929 for (int i=0; i<mActiveInstrumentation.size(); i++) { in writeProcessesToProtoLocked()
10930 ActiveInstrumentation ai = mActiveInstrumentation.get(i); in writeProcessesToProtoLocked()
15792 if (!mActiveInstrumentation.contains(activeInstr)) { in startInstrumentation()
[all …]