Searched refs:ACTION_PLAY (Results 1 – 3 of 3) sorted by relevance
50 public static final String ACTION_PLAY = "com.example.android.mediabrowserservice.play"; field in MediaNotificationManager87 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()
656 long actions = PlaybackState.ACTION_PLAY | PlaybackState.ACTION_PLAY_FROM_MEDIA_ID | in getAvailableActions()
96 f2.addAction(MediaControlIntent.ACTION_PLAY);290 if (action.equals(MediaControlIntent.ACTION_PLAY)) { in onControlRequest()