Lines Matching defs:command
110 // The action of the incoming Intent indicating that it contains a command113 // The key in the extras of the incoming Intent indicating the command that188 String command = startIntent.getStringExtra(CMD_NAME);190 if (CMD_PAUSE.equals(command)) {