Home
last modified time | relevance | path

Searched refs:ACTION_PLAY (Results 1 – 13 of 13) sorted by relevance

/packages/apps/Car/LocalMediaPlayer/src/com/android/car/media/localmediaplayer/
DLocalMediaBrowserService.java43 static final String ACTION_PLAY = "com.android.car.media.localmediaplayer.ACTION_PLAY"; field in LocalMediaBrowserService
64 case ACTION_PLAY:
127 filter.addAction(ACTION_PLAY); in onCreate()
DPlayer.java73 private static final long PAUSED_ACTIONS = PlaybackState.ACTION_PLAY
77 private static final long STOPPED_ACTIONS = PlaybackState.ACTION_PLAY
130 LocalMediaBrowserService.ACTION_PLAY, R.drawable.ic_play, R.string.play); in Player()
/packages/apps/Music/kotlin/src/com/android/music/
DMediaPlaybackService.kt46 PlaybackState.ACTION_PLAY or PlaybackState.ACTION_PLAY_PAUSE) in onCreate()
/packages/apps/Music/src/com/android/music/
DMediaPlaybackService.java51 PlaybackState.ACTION_PLAY | PlaybackState.ACTION_PLAY_PAUSE); in onCreate()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mcp/
DMediaControlProfileTest.java330 PlaybackState.ACTION_PLAY in testHandleMediaControlRequest()
397 PlaybackState.ACTION_PLAY in testAvrcpCompatibleActionSet()
411 PlaybackState.ACTION_PLAY in testPlayerActions2McsSupportedOpcodes()
/packages/apps/Car/VoiceControl/src/com/android/car/voicecontrol/
DLogUtils.java103 put(PlaybackStateCompat.ACTION_PLAY, "ACTION_PLAY");
/packages/apps/Car/VoiceControl/src/com/android/car/voicecontrol/actuators/
DMediaActuator.java274 PlaybackStateCompat.ACTION_PLAY, null, in playCurrentSource()
295 if (action == PlaybackStateCompat.ACTION_PLAY) { in executePlaybackAction()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/
DMediaControlProfile.java97 PlaybackState.ACTION_PLAY
441 if ((actions & PlaybackState.ACTION_PLAY) != 0 in onMediaControlRequest()
569 if ((supportedPlayerActions & PlaybackState.ACTION_PLAY) != 0 in playerActions2McsSupportedOpcodes()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DAvrcpPlayerTest.java76 .isEqualTo(PlaybackStateCompat.ACTION_PREPARE | PlaybackStateCompat.ACTION_PLAY); in buildAvrcpPlayer()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpPlayer.java206 mAvailableActions = mAvailableActions | PlaybackStateCompat.ACTION_PLAY; in updateAvailableActions()
/packages/apps/Car/Launcher/docklib/src/com/android/car/docklib/
DDockViewController.kt241 playbackState.actions and PlaybackStateCompat.ACTION_PLAY != 0L) in <lambda>()
/packages/modules/Bluetooth/android/pandora/server/src/
DMediaPlayerBrowserService.kt76 PlaybackStateCompat.ACTION_PLAY or in getAvailableActions()
/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/audiostreams/
DAudioStreamMediaService.java174 .setActions(PlaybackState.ACTION_PLAY | PlaybackState.ACTION_SEEK_TO)