HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_PLAY (Results 1 - 15 of 15) sorted by null

  /development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
MusicIntentReceiver.java 52 context.startService(new Intent(MusicService.ACTION_PLAY));
MainActivity.java 78 startService(new Intent(MusicService.ACTION_PLAY));
MusicService.java 65 public static final String ACTION_PLAY = "com.example.android.musicplayer.action.PLAY";
215 else if (action.equals(ACTION_PLAY)) processPlayRequest();
  /development/samples/SupportLeanbackDemos/src/com/example/android/leanback/
DetailsFragment.java 50 private static final int ACTION_PLAY = 3;
73 dor.addAction(new Action(ACTION_PLAY, "Play"));
78 dor.addAction(new Action(ACTION_PLAY, "Play"));
81 } else if (action.getId() == ACTION_PLAY) {
  /developers/build/prebuilts/gradle/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/
MediaNotificationManager.java 57 public static final String ACTION_PLAY = "com.example.android.mediabrowserservice.play";
104 new Intent(ACTION_PLAY).setPackage(pkg), PendingIntent.FLAG_CANCEL_CURRENT);
141 filter.addAction(ACTION_PLAY);
176 } else if (ACTION_PLAY.equals(action)) {
MusicService.java     [all...]
  /developers/samples/android/media/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/
MediaNotificationManager.java 57 public static final String ACTION_PLAY = "com.example.android.mediabrowserservice.play";
104 new Intent(ACTION_PLAY).setPackage(pkg), PendingIntent.FLAG_CANCEL_CURRENT);
141 filter.addAction(ACTION_PLAY);
176 } else if (ACTION_PLAY.equals(action)) {
MusicService.java     [all...]
  /development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/
MediaNotification.java 57 public static final String ACTION_PLAY = "com.example.android.mediabrowserservice.play";
105 new Intent(ACTION_PLAY).setPackage(pkg), PendingIntent.FLAG_CANCEL_CURRENT);
142 filter.addAction(ACTION_PLAY);
177 } else if (ACTION_PLAY.equals(action)) {
MusicService.java     [all...]
  /development/samples/Support7Demos/src/com/example/android/supportv7/media/
Player.java 45 | PlaybackStateCompat.ACTION_PLAY;
SampleMediaRouteProvider.java 104 f2.addAction(MediaControlIntent.ACTION_PLAY);
307 if (action.equals(MediaControlIntent.ACTION_PLAY)) {
  /developers/build/prebuilts/gradle/MediaRouter/Application/src/main/java/com/example/android/mediarouter/provider/
SampleMediaRouteProvider.java 96 f2.addAction(MediaControlIntent.ACTION_PLAY);
290 if (action.equals(MediaControlIntent.ACTION_PLAY)) {
  /developers/samples/android/media/MediaRouter/Application/src/main/java/com/example/android/mediarouter/provider/
SampleMediaRouteProvider.java 96 f2.addAction(MediaControlIntent.ACTION_PLAY);
290 if (action.equals(MediaControlIntent.ACTION_PLAY)) {
  /development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/provider/
SampleMediaRouteProvider.java 96 f2.addAction(MediaControlIntent.ACTION_PLAY);
290 if (action.equals(MediaControlIntent.ACTION_PLAY)) {

Completed in 733 milliseconds