Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DActiveInstrumentation.java30 class ActiveInstrumentation { class
66 ActiveInstrumentation(ActivityManagerService service) { in ActiveInstrumentation() method in ActiveInstrumentation
DProcessRecord.java143 ActiveInstrumentation instr;// Set to currently active instrumentation running in process
DActivityManagerService.java626 final ArrayList<ActiveInstrumentation> mActiveInstrumentation = new ArrayList<>();
6883 ActiveInstrumentation aInstr = mActiveInstrumentation.get(i); in attachApplicationLocked()
15550 ActiveInstrumentation ai = mActiveInstrumentation.get(i);
19872 ActiveInstrumentation activeInstr = new ActiveInstrumentation(this);