Home | History | Annotate | Download | only in media

Lines Matching defs:onRouteUnselected

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
1768 * For detailed reason, override {@link #onRouteUnselected(MediaRouter, RouteInfo, int)}
1774 public void onRouteUnselected(MediaRouter router, RouteInfo route) {
1779 * The default implementation calls {@link #onRouteUnselected}.
1793 public void onRouteUnselected(MediaRouter router, RouteInfo route, int reason) {
1794 onRouteUnselected(router, route);
2976 callback.onRouteUnselected(router, route, arg);