Searched defs:mActiveInstrumentation (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java703 final ArrayList<ActiveInstrumentation> mActiveInstrumentation = new ArrayList<>(); field in class:ActivityManagerService
7767 if (mActiveInstrumentation.size() > 0 && app.instr == null) {
7768 for (int i = mActiveInstrumentation.size() - 1; i >= 0 && app.instr == null; i--) {
7769 ActiveInstrumentation aInstr = mActiveInstrumentation.get(i);
16758 if (mActiveInstrumentation.size() > 0) {
16760 for (int i=0; i<mActiveInstrumentation.size(); i++) {
16761 ActiveInstrumentation ai = mActiveInstrumentation.get(i);
17213 for (int i=0; i<mActiveInstrumentation.size(); i++) {
17214 ActiveInstrumentation ai = mActiveInstrumentation.get(i);
22152 if (!mActiveInstrumentation
[all...]

Completed in 86 milliseconds