Searched refs:ACTION_TOGGLE_PLAYBACK (Results 1 – 3 of 3) sorted by relevance
49 context.startService(new Intent(MusicService.ACTION_TOGGLE_PLAYBACK)); in onReceive()
128 startService(new Intent(MusicService.ACTION_TOGGLE_PLAYBACK)); in onKeyDown()
63 public static final String ACTION_TOGGLE_PLAYBACK = field in MusicService214 if (action.equals(ACTION_TOGGLE_PLAYBACK)) processTogglePlaybackRequest(); in onStartCommand()