Searched defs:MediaRouter (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/java/android/media/
H A DMediaRouter.java55 * MediaRouter allows applications to control the routing of media channels
58 * <p>A MediaRouter is retrieved through {@link Context#getSystemService(String)
66 public class MediaRouter { class
67 private static final String TAG = "MediaRouter";
605 // MediaRouter is initializing, or mClient was changed.
660 * The MediaRouter will manage and dispatch events for user routes, but the application
726 static final HashMap<Context, MediaRouter> sRouters = new HashMap<Context, MediaRouter>();
746 public MediaRouter(Context context) { method in class:MediaRouter
1046 * Add an app-specified route for media to the MediaRouter
[all...]
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaRouter.java64 * MediaRouter allows applications to control the routing of media channels
67 * A MediaRouter instance is retrieved through {@link #getInstance}. Applications
81 public final class MediaRouter { class
82 static final String TAG = "MediaRouter";
87 * and {@link Callback#onRouteUnselected(MediaRouter, RouteInfo, int)} when the reason the route
93 * and {@link Callback#onRouteUnselected(MediaRouter, RouteInfo, int)} when the user pressed
102 * and {@link Callback#onRouteUnselected(MediaRouter, RouteInfo, int)} when the user pressed
108 * and {@link Callback#onRouteUnselected(MediaRouter, RouteInfo, int)} when the user selected
114 // This field is initialized in MediaRouter.getInstance() before any
115 // MediaRouter object
232 private MediaRouter(Context context) { method in class:MediaRouter
[all...]

Completed in 131 milliseconds