Searched refs:mActiveInstrumentation (Results 1 – 3 of 3) sorted by relevance
35 private final List<ActiveInstrumentation> mActiveInstrumentation; field in AccessCheckDelegateHelper48 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()
90 mService.mActiveInstrumentation.remove(this); in removeProcess()
2449 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()