OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ACTION_PLAY
(Results
1 - 4
of
4
) sorted by null
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
MediaControlIntent.java
38
* {@link #
ACTION_PLAY
play} or {@link #ACTION_ENQUEUE enqueue} intent with the Uri of the
129
* relies on the use of the {@link #
ACTION_PLAY
play} and {@link #ACTION_ENQUEUE enqueue}
145
* Each successful {@link #
ACTION_PLAY
play} or {@link #ACTION_ENQUEUE enqueue} action
227
* <li>{@link #
ACTION_PLAY
Play}: Starts playing content specified by a given Uri
442
* Intent intent = new Intent(MediaControlIntent.
ACTION_PLAY
);
472
public static final String
ACTION_PLAY
= "android.media.intent.action.PLAY";
480
* This action works just like {@link #
ACTION_PLAY
play} except that it does
494
* @see #
ACTION_PLAY
[
all
...]
/packages/apps/Camera2/src/com/android/camera/data/
LocalData.java
42
public static final int
ACTION_PLAY
= 1;
/development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
MusicService.java
65
public static final String
ACTION_PLAY
= "com.example.android.musicplayer.action.PLAY";
215
else if (action.equals(
ACTION_PLAY
)) processPlayRequest();
/development/samples/Support7Demos/src/com/example/android/supportv7/media/
SampleMediaRouteProvider.java
103
f2.addAction(MediaControlIntent.
ACTION_PLAY
);
298
if (action.equals(MediaControlIntent.
ACTION_PLAY
)) {
Completed in 61 milliseconds