Searched refs:activeInstr (Results 1 – 1 of 1) sorted by relevance
15747 ActiveInstrumentation activeInstr = new ActiveInstrumentation(this); in startInstrumentation() local15748 activeInstr.mClass = className; in startInstrumentation()15751 activeInstr.mTargetProcesses = new String[]{ai.processName}; in startInstrumentation()15753 activeInstr.mTargetProcesses = new String[0]; in startInstrumentation()15755 activeInstr.mTargetProcesses = ii.targetProcesses.split(","); in startInstrumentation()15756 defProcess = activeInstr.mTargetProcesses[0]; in startInstrumentation()15758 activeInstr.mTargetInfo = ai; in startInstrumentation()15759 activeInstr.mProfileFile = profileFile; in startInstrumentation()15760 activeInstr.mArguments = arguments; in startInstrumentation()15761 activeInstr.mWatcher = watcher; in startInstrumentation()[all …]