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

/frameworks/base/media/java/android/media/
H A DMediaRouter.java54 * MediaRouter allows applications to control the routing of media channels
57 * <p>A MediaRouter is retrieved through {@link Context#getSystemService(String)
64 public class MediaRouter { class
65 private static final String TAG = "MediaRouter";
634 * The MediaRouter will manage and dispatch events for user routes, but the application
700 static final HashMap<Context, MediaRouter> sRouters = new HashMap<Context, MediaRouter>();
720 public MediaRouter(Context context) { method in class:MediaRouter
992 * Add an app-specified route for media to the MediaRouter.
1032 * Remove an app-specified route for media from 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 MediaRouter(Context context) { method in class:MediaRouter
[all...]

Completed in 81 milliseconds