Searched refs:CMDSTOP (Results 1 – 2 of 2) sorted by relevance
92 public static final String CMDSTOP = "stop"; field in MediaPlaybackService292 } else if (CMDSTOP.equals(cmd)) {671 } else if (CMDSTOP.equals(cmd)) { in onStartCommand()
85 command = MediaPlaybackService.CMDSTOP; in onReceive()