Home | History | Annotate | Download | only in com.example.android.mediabrowserservice

Lines Matching defs:command

110      // The action of the incoming Intent indicating that it contains a command
113 // The key in the extras of the incoming Intent indicating the command that
188 String command = startIntent.getStringExtra(CMD_NAME);
190 if (CMD_PAUSE.equals(command)) {