Searched refs:ACTION_SKIP (Results 1 – 3 of 3) sorted by relevance
61 context.startService(new Intent(MusicService.ACTION_SKIP)); in onReceive()
82 startService(new Intent(MusicService.ACTION_SKIP)); in onClick()
68 public static final String ACTION_SKIP = "com.example.android.musicplayer.action.SKIP"; field in MusicService217 else if (action.equals(ACTION_SKIP)) processSkipRequest(); in onStartCommand()