Searched refs:ACTION_PLAY (Results 1 – 5 of 5) sorted by relevance
164 .setActions(PlaybackState.ACTION_PLAY | PlaybackState.ACTION_PAUSE in onCreate()174 .setActions(PlaybackState.ACTION_PLAY | PlaybackState.ACTION_PAUSE in onCreate()
120 stateBuilder.setActions(PlaybackState.ACTION_PLAY | PlaybackState.ACTION_PAUSE | in updatePlaybackState()
299 public static final String ACTION_PLAY = "com.google.android.exoplayer.play"; field in PlayerNotificationManager1153 stringActions.add(ACTION_PLAY); in getActions()1183 int playActionIndex = actionNames.indexOf(ACTION_PLAY); in getActionIndicesForCompactView()1254 ACTION_PLAY, in createPlaybackActions()1258 createBroadcastIntent(ACTION_PLAY, context, instanceId))); in createPlaybackActions()1366 if (ACTION_PLAY.equals(action)) { in onReceive()
102 PlaybackStateCompat.ACTION_PLAY,117 | PlaybackStateCompat.ACTION_PLAY137 | PlaybackStateCompat.ACTION_PLAY1143 if (canDispatchPlaybackAction(PlaybackStateCompat.ACTION_PLAY)) { in onPlay()
111 bob.setActions(PlaybackState.ACTION_PLAY | in mediaSessionAddCallback()