Searched refs:ActiveInstrumentation (Results 1 - 3 of 3) sorted by last modified time

/frameworks/base/services/core/java/com/android/server/am/
H A DActiveInstrumentation.java31 class ActiveInstrumentation { class
67 ActiveInstrumentation(ActivityManagerService service) { method in class:ActiveInstrumentation
81 sb.append("ActiveInstrumentation{");
H A DActivityManagerService.java703 final ArrayList<ActiveInstrumentation> mActiveInstrumentation = new ArrayList<>();
7769 ActiveInstrumentation aInstr = mActiveInstrumentation.get(i);
16761 ActiveInstrumentation ai = mActiveInstrumentation.get(i);
17214 ActiveInstrumentation ai = mActiveInstrumentation.get(i);
22112 ActiveInstrumentation activeInstr = new ActiveInstrumentation(this);
[all...]
H A DProcessRecord.java157 ActiveInstrumentation instr;// Set to currently active instrumentation running in process

Completed in 184 milliseconds