Searched refs:ACTION_PLAY (Results 1 – 5 of 5) sorted by relevance
52 context.startService(new Intent(MusicService.ACTION_PLAY)); in onReceive()
78 startService(new Intent(MusicService.ACTION_PLAY)); in onClick()
65 public static final String ACTION_PLAY = "com.example.android.musicplayer.action.PLAY"; field in MusicService215 else if (action.equals(ACTION_PLAY)) processPlayRequest(); in onStartCommand()
88 f2.addAction(MediaControlIntent.ACTION_PLAY);206 if (intent.getAction().equals(MediaControlIntent.ACTION_PLAY) in onControlRequest()
264 Intent intent = new Intent(MediaControlIntent.ACTION_PLAY); in makePlayIntent()