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

/frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/media/
H A DMediaRouter.java62 * MediaRouter allows applications to control the routing of media channels
65 * A MediaRouter instance is retrieved through {@link #getInstance}. Applications
79 public final class MediaRouter { class
80 static final String TAG = "MediaRouter";
85 * and {@link Callback#onRouteUnselected(MediaRouter, RouteInfo, int)} when the reason the route
91 * and {@link Callback#onRouteUnselected(MediaRouter, RouteInfo, int)} when the user pressed
100 * and {@link Callback#onRouteUnselected(MediaRouter, RouteInfo, int)} when the user pressed
106 * and {@link Callback#onRouteUnselected(MediaRouter, RouteInfo, int)} when the user selected
112 // This field is initialized in MediaRouter.getInstance() before any
113 // MediaRouter object
230 private MediaRouter(Context context) { method in class:MediaRouter
[all...]
/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";
607 // MediaRouter is initializing, or mClient was changed.
662 * The MediaRouter will manage and dispatch events for user routes, but the application
728 static final HashMap<Context, MediaRouter> sRouters = new HashMap<Context, MediaRouter>();
748 public MediaRouter(Context context) { method in class:MediaRouter
1048 * Add an app-specified route for media to the MediaRouter
[all...]
/frameworks/support/mediarouter/src/main/java/androidx/mediarouter/media/
H A DMediaRouter.java67 * MediaRouter allows applications to control the routing of media channels
70 * A MediaRouter instance is retrieved through {@link #getInstance}. Applications
84 public final class MediaRouter { class
85 static final String TAG = "MediaRouter";
90 * and {@link Callback#onRouteUnselected(MediaRouter, RouteInfo, int)} when the reason the route
96 * and {@link Callback#onRouteUnselected(MediaRouter, RouteInfo, int)} when the user pressed
105 * and {@link Callback#onRouteUnselected(MediaRouter, RouteInfo, int)} when the user pressed
111 * and {@link Callback#onRouteUnselected(MediaRouter, RouteInfo, int)} when the user selected
117 // This field is initialized in MediaRouter.getInstance() before any
118 // MediaRouter object
235 private MediaRouter(Context context) { method in class:MediaRouter
[all...]

Completed in 63 milliseconds