Home
last modified time | relevance | path

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

/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/
DMediaNotificationManager.java50 public static final String ACTION_PLAY = "com.example.android.mediabrowserservice.play"; field in MediaNotificationManager
87 new Intent(ACTION_PLAY).setPackage(pkg), PendingIntent.FLAG_CANCEL_CURRENT); in MediaNotificationManager()
115 filter.addAction(ACTION_PLAY); in startNotification()
151 case ACTION_PLAY: in onReceive()
DMusicService.java656 long actions = PlaybackState.ACTION_PLAY | PlaybackState.ACTION_PLAY_FROM_MEDIA_ID | in getAvailableActions()
/development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/provider/
DSampleMediaRouteProvider.java96 f2.addAction(MediaControlIntent.ACTION_PLAY);
290 if (action.equals(MediaControlIntent.ACTION_PLAY)) { in onControlRequest()