Home
last modified time | relevance | path

Searched refs:ACTION_STOP (Results 1 – 3 of 3) sorted by relevance

/development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
DMusicIntentReceiver.java58 context.startService(new Intent(MusicService.ACTION_STOP)); in onReceive()
DMainActivity.java86 startService(new Intent(MusicService.ACTION_STOP)); in onClick()
DMusicService.java67 public static final String ACTION_STOP = "com.example.android.musicplayer.action.STOP"; field in MusicService
218 else if (action.equals(ACTION_STOP)) processStopRequest(); in onStartCommand()