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.java74 mService.mActiveInstrumentation.remove(this); in removeProcess()
DActivityManagerService.java626 final ArrayList<ActiveInstrumentation> mActiveInstrumentation = new ArrayList<>(); field in ActivityManagerService
6881 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);