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

/development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
H A DMusicIntentReceiver.java39 context.startService(new Intent(MusicService.ACTION_PAUSE));
55 context.startService(new Intent(MusicService.ACTION_PAUSE));
H A DMainActivity.java80 startService(new Intent(MusicService.ACTION_PAUSE));
H A DMusicService.java66 public static final String ACTION_PAUSE = "com.example.android.musicplayer.action.PAUSE"; field in class:MusicService
216 else if (action.equals(ACTION_PAUSE)) processPauseRequest();

Completed in 30 milliseconds