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

  /developers/build/prebuilts/gradle/MediaRouter/Application/src/main/java/com/example/android/mediarouter/provider/
SampleMediaRouteProvider.java 76 public static final String ACTION_GET_STATISTICS =
77 "com.example.android.mediarouteprovider.ACTION_GET_STATISTICS";
80 * {@link #ACTION_GET_STATISTICS} result data: Number of times the
93 f1.addAction(ACTION_GET_STATISTICS);
316 if (action.equals(ACTION_GET_STATISTICS)
  /developers/samples/android/media/MediaRouter/Application/src/main/java/com/example/android/mediarouter/provider/
SampleMediaRouteProvider.java 76 public static final String ACTION_GET_STATISTICS =
77 "com.example.android.mediarouteprovider.ACTION_GET_STATISTICS";
80 * {@link #ACTION_GET_STATISTICS} result data: Number of times the
93 f1.addAction(ACTION_GET_STATISTICS);
316 if (action.equals(ACTION_GET_STATISTICS)
  /development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/provider/
SampleMediaRouteProvider.java 75 public static final String ACTION_GET_STATISTICS =
76 "com.example.android.mediarouteprovider.ACTION_GET_STATISTICS";
79 * {@link #ACTION_GET_STATISTICS} result data: Number of times the
92 f1.addAction(ACTION_GET_STATISTICS);
317 if (action.equals(ACTION_GET_STATISTICS)
  /developers/build/prebuilts/gradle/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
RemotePlayer.java 327 Intent intent = new Intent(SampleMediaRouteProvider.ACTION_GET_STATISTICS);
  /developers/samples/android/media/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
RemotePlayer.java 327 Intent intent = new Intent(SampleMediaRouteProvider.ACTION_GET_STATISTICS);
  /development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/
RemotePlayer.java 327 Intent intent = new Intent(SampleMediaRouteProvider.ACTION_GET_STATISTICS);

Completed in 89 milliseconds