Searched refs:ACTION_PAUSE (Results 1 – 3 of 3) sorted by relevance
49 public static final String ACTION_PAUSE = "com.example.android.mediabrowserservice.pause"; field in MediaNotificationManager85 new Intent(ACTION_PAUSE).setPackage(pkg), PendingIntent.FLAG_CANCEL_CURRENT); in MediaNotificationManager()114 filter.addAction(ACTION_PAUSE); in startNotification()148 case ACTION_PAUSE: in onReceive()
662 actions |= PlaybackState.ACTION_PAUSE; in getAvailableActions()
107 f3.addAction(MediaControlIntent.ACTION_PAUSE);300 } else if (action.equals(MediaControlIntent.ACTION_PAUSE)) { in onControlRequest()