Searched refs:activeInstr (Results 1 – 1 of 1) sorted by relevance
13782 ActiveInstrumentation activeInstr = new ActiveInstrumentation(this); in startInstrumentation() local13783 activeInstr.mClass = className; in startInstrumentation()13786 activeInstr.mTargetProcesses = new String[]{ai.processName}; in startInstrumentation()13788 activeInstr.mTargetProcesses = new String[0]; in startInstrumentation()13790 activeInstr.mTargetProcesses = ii.targetProcesses.split(","); in startInstrumentation()13791 defProcess = activeInstr.mTargetProcesses[0]; in startInstrumentation()13793 activeInstr.mTargetInfo = ai; in startInstrumentation()13794 activeInstr.mProfileFile = profileFile; in startInstrumentation()13795 activeInstr.mArguments = arguments; in startInstrumentation()13796 activeInstr.mWatcher = watcher; in startInstrumentation()[all …]