Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DAccessCheckDelegateHelper.java35 private final List<ActiveInstrumentation> mActiveInstrumentation; field in AccessCheckDelegateHelper
48 mActiveInstrumentation = activeInstrumentation; in AccessCheckDelegateHelper()
84 final int instrCount = mActiveInstrumentation.size(); in startDelegateShellPermissionIdentity()
87 mActiveInstrumentation.get(i); in startDelegateShellPermissionIdentity()
150 final int instrCount = mActiveInstrumentation.size(); in addOverridePermissionState()
153 mActiveInstrumentation.get(i); in addOverridePermissionState()
DActiveInstrumentation.java90 mService.mActiveInstrumentation.remove(this); in removeProcess()
DAppProfiler.java2449 if (mService.mActiveInstrumentation.size() > 0 && instr == null) { in setupProfilerInfoLocked()
2450 for (int i = mService.mActiveInstrumentation.size() - 1; in setupProfilerInfoLocked()
2452 ActiveInstrumentation aInstr = mService.mActiveInstrumentation.get(i); in setupProfilerInfoLocked()