Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DActiveInstrumentation.java87 mService.mActiveInstrumentation.remove(this); in removeProcess()
H A DAppProfiler.java2082 if (mService.mActiveInstrumentation.size() > 0 && instr == null) { in setupProfilerInfoLocked()
2083 for (int i = mService.mActiveInstrumentation.size() - 1; in setupProfilerInfoLocked()
2085 ActiveInstrumentation aInstr = mService.mActiveInstrumentation.get(i); in setupProfilerInfoLocked()
H A DActivityManagerService.java563 final ArrayList<ActiveInstrumentation> mActiveInstrumentation = new ArrayList<>(); field in ActivityManagerService
9322 final int size = mActiveInstrumentation.size(); in dumpActiveInstruments()
9326 ActiveInstrumentation ai = mActiveInstrumentation.get(i); in dumpActiveInstruments()
9581 for (int i = 0, size = mActiveInstrumentation.size(); i < size; i++) { in writeOtherProcessesInfoToProtoLSP()
9582 ActiveInstrumentation ai = mActiveInstrumentation.get(i); in writeOtherProcessesInfoToProtoLSP()
13880 if (!mActiveInstrumentation.contains(activeInstr)) { in startInstrumentation()
13881 mActiveInstrumentation.add(activeInstr); in startInstrumentation()
16227 for (int i = mActiveInstrumentation.size() - 1; i >= 0; i--) {
16228 ActiveInstrumentation activeInst = mActiveInstrumentation.get(i);
16930 final int instrCount = mActiveInstrumentation.size();
[all …]