Home | History | Annotate | Download | only in app

Lines Matching refs:ACTION_PLAY_PAUSE

21 import static android.support.v4.media.session.PlaybackStateCompat.ACTION_PLAY_PAUSE;
1052 return (mState.getActions() & (ACTION_PLAY | ACTION_PLAY_PAUSE)) != 0;
1056 return (mState.getActions() & (ACTION_PAUSE | ACTION_PLAY_PAUSE)) != 0;