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

  /development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
MusicIntentReceiver.java 58 context.startService(new Intent(MusicService.ACTION_STOP));
MainActivity.java 86 startService(new Intent(MusicService.ACTION_STOP));
MusicService.java 67 public static final String ACTION_STOP = "com.example.android.musicplayer.action.STOP";
218 else if (action.equals(ACTION_STOP)) processStopRequest();
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
TracingControllerAndroid.java 48 private static final String ACTION_STOP = "GPU_PROFILER_STOP";
277 addAction(context.getPackageName() + "." + ACTION_STOP);
302 } else if (intent.getAction().endsWith(ACTION_STOP)) {
  /developers/build/prebuilts/gradle/MediaRouter/Application/src/main/java/com/example/android/mediarouter/provider/
SampleMediaRouteProvider.java 109 f3.addAction(MediaControlIntent.ACTION_STOP);
304 } else if (action.equals(MediaControlIntent.ACTION_STOP)) {
  /developers/samples/android/media/MediaRouter/Application/src/main/java/com/example/android/mediarouter/provider/
SampleMediaRouteProvider.java 109 f3.addAction(MediaControlIntent.ACTION_STOP);
304 } else if (action.equals(MediaControlIntent.ACTION_STOP)) {
  /development/samples/Support7Demos/src/com/example/android/supportv7/media/
SampleMediaRouteProvider.java 117 f3.addAction(MediaControlIntent.ACTION_STOP);
321 } else if (action.equals(MediaControlIntent.ACTION_STOP)) {
  /development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/provider/
SampleMediaRouteProvider.java 109 f3.addAction(MediaControlIntent.ACTION_STOP);
304 } else if (action.equals(MediaControlIntent.ACTION_STOP)) {

Completed in 340 milliseconds