Home | History | Annotate | Download | only in am

Lines Matching refs:instrument

79         if (op.equals("instrument")) {
152 Instrument instrument = new Instrument(mAm, mPm);
157 instrument.profileFile = nextArgRequired();
159 instrument.wait = true;
161 instrument.rawMode = true;
163 instrument.protoStd = true;
165 instrument.protoFile = true;
167 instrument.logPath = nextArg();
171 instrument.args.putString(argKey, argValue);
174 instrument.noWindowAnimation = true;
176 instrument.disableHiddenApiChecks = true;
178 instrument.userId = parseUserArg(nextArgRequired());
180 instrument.abi = nextArgRequired();
187 if (instrument.userId == UserHandle.USER_ALL) {
192 instrument.componentNameArg = nextArgRequired();
194 instrument.run();