Home
last modified time | relevance | path

Searched refs:ACTION_GET_STATISTICS (Results 1 – 2 of 2) sorted by relevance

/development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/provider/
DSampleMediaRouteProvider.java75 public static final String ACTION_GET_STATISTICS = field in SampleMediaRouteProvider
92 f1.addAction(ACTION_GET_STATISTICS);
317 if (action.equals(ACTION_GET_STATISTICS) in onControlRequest()
/development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/
DRemotePlayer.java327 Intent intent = new Intent(SampleMediaRouteProvider.ACTION_GET_STATISTICS); in updateStatistics()