HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_TOGGLE_PLAYBACK (Results 1 - 3 of 3) sorted by null

  /development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
MusicIntentReceiver.java 49 context.startService(new Intent(MusicService.ACTION_TOGGLE_PLAYBACK));
MainActivity.java 128 startService(new Intent(MusicService.ACTION_TOGGLE_PLAYBACK));
MusicService.java 63 public static final String ACTION_TOGGLE_PLAYBACK =
214 if (action.equals(ACTION_TOGGLE_PLAYBACK)) processTogglePlaybackRequest();

Completed in 64 milliseconds