Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java15844 ActiveInstrumentation activeInstr = new ActiveInstrumentation(this); in startInstrumentation() local
15845 activeInstr.mClass = className; in startInstrumentation()
15848 activeInstr.mTargetProcesses = new String[]{ai.processName}; in startInstrumentation()
15850 activeInstr.mTargetProcesses = new String[0]; in startInstrumentation()
15852 activeInstr.mTargetProcesses = ii.targetProcesses.split(","); in startInstrumentation()
15853 defProcess = activeInstr.mTargetProcesses[0]; in startInstrumentation()
15855 activeInstr.mTargetInfo = ai; in startInstrumentation()
15856 activeInstr.mProfileFile = profileFile; in startInstrumentation()
15857 activeInstr.mArguments = arguments; in startInstrumentation()
15858 activeInstr.mWatcher = watcher; in startInstrumentation()
[all …]