Searched refs:ACTION_PAUSE (Results 1 – 6 of 6) sorted by relevance
39 context.startService(new Intent(MusicService.ACTION_PAUSE)); in onReceive()55 context.startService(new Intent(MusicService.ACTION_PAUSE)); in onReceive()
80 startService(new Intent(MusicService.ACTION_PAUSE)); in onClick()
66 public static final String ACTION_PAUSE = "com.example.android.musicplayer.action.PAUSE"; field in MusicService216 else if (action.equals(ACTION_PAUSE)) processPauseRequest(); in onStartCommand()
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()