Searched refs:ACTION_TOGGLE_PLAYBACK (Results 1 - 3 of 3) sorted by relevance

/development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
H A DMusicIntentReceiver.java49 context.startService(new Intent(MusicService.ACTION_TOGGLE_PLAYBACK));
H A DMainActivity.java128 startService(new Intent(MusicService.ACTION_TOGGLE_PLAYBACK));
H A DMusicService.java63 public static final String ACTION_TOGGLE_PLAYBACK = field in class:MusicService
214 if (action.equals(ACTION_TOGGLE_PLAYBACK)) processTogglePlaybackRequest();

Completed in 48 milliseconds