Searched refs:ACTION_STOP (Results 1 – 3 of 3) sorted by relevance
58 context.startService(new Intent(MusicService.ACTION_STOP)); in onReceive()
86 startService(new Intent(MusicService.ACTION_STOP)); in onClick()
67 public static final String ACTION_STOP = "com.example.android.musicplayer.action.STOP"; field in MusicService218 else if (action.equals(ACTION_STOP)) processStopRequest(); in onStartCommand()