Home | History | Annotate | Download | only in am

Lines Matching defs:cmd

410         String cmd = nextArgRequired();
411 if ("start".equals(cmd)) {
424 } else if (!"stop".equals(cmd)) {
425 throw new IllegalArgumentException("Profile command " + cmd + " not valid");