Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DAppProfiler.java2452 ActiveInstrumentation aInstr = mService.mActiveInstrumentation.get(i); in setupProfilerInfoLocked() local
2453 if (!aInstr.mFinished && aInstr.mTargetInfo.uid == app.uid) { in setupProfilerInfoLocked()
2455 if (aInstr.mTargetProcesses.length == 0) { in setupProfilerInfoLocked()
2458 if (aInstr.mTargetInfo.packageName.equals(app.info.packageName)) { in setupProfilerInfoLocked()
2459 app.setActiveInstrumentation(aInstr); in setupProfilerInfoLocked()
2460 aInstr.mRunningProcesses.add(app); in setupProfilerInfoLocked()
2463 for (String proc : aInstr.mTargetProcesses) { in setupProfilerInfoLocked()
2465 app.setActiveInstrumentation(aInstr); in setupProfilerInfoLocked()
2466 aInstr.mRunningProcesses.add(app); in setupProfilerInfoLocked()