Home
last modified time | relevance | path

Searched refs:ACTION_PLAY (Results 1 – 5 of 5) sorted by relevance

/development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
DMusicIntentReceiver.java52 context.startService(new Intent(MusicService.ACTION_PLAY)); in onReceive()
DMainActivity.java78 startService(new Intent(MusicService.ACTION_PLAY)); in onClick()
DMusicService.java65 public static final String ACTION_PLAY = "com.example.android.musicplayer.action.PLAY"; field in MusicService
215 else if (action.equals(ACTION_PLAY)) processPlayRequest(); in onStartCommand()
/development/samples/Support7Demos/src/com/example/android/supportv7/media/
DSampleMediaRouteProvider.java88 f2.addAction(MediaControlIntent.ACTION_PLAY);
206 if (intent.getAction().equals(MediaControlIntent.ACTION_PLAY) in onControlRequest()
DSampleMediaRouterActivity.java264 Intent intent = new Intent(MediaControlIntent.ACTION_PLAY); in makePlayIntent()