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

  /development/samples/Support7Demos/src/com/example/android/supportv7/media/
SampleMediaRouteProvider.java 72 public static final String ACTION_GET_TRACK_INFO =
73 "com.example.android.supportv7.media.ACTION_GET_TRACK_INFO";
76 * {@link #ACTION_GET_TRACK_INFO} result data: a string of information about
83 * {@link #ACTION_GET_TRACK_INFO} result data: a bitmap containing a snapshot
96 f1.addAction(ACTION_GET_TRACK_INFO);
329 if (action.equals(ACTION_GET_TRACK_INFO)
RemotePlayer.java 331 Intent intent = new Intent(SampleMediaRouteProvider.ACTION_GET_TRACK_INFO);

Completed in 50 milliseconds