Searched refs:mRouter (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/wfd/
H A DWifiDisplaySettings.java92 private MediaRouter mRouter; field in class:WifiDisplaySettings
128 mRouter = (MediaRouter) context.getSystemService(Context.MEDIA_ROUTER_SERVICE);
168 mRouter.addCallback(MediaRouter.ROUTE_TYPE_REMOTE_DISPLAY, mRouterCallback,
184 mRouter.removeCallback(mRouterCallback);
264 final int routeCount = mRouter.getRouteCount();
266 MediaRouter.RouteInfo route = mRouter.getRouteAt(i);
758 private final MediaRouter mRouter; field in class:WifiDisplaySettings.SummaryProvider
789 mRouter = (MediaRouter) context.getSystemService(Context.MEDIA_ROUTER_SERVICE);
795 mRouter.addCallback(MediaRouter.ROUTE_TYPE_REMOTE_DISPLAY, mRouterCallback);
798 mRouter
[all...]

Completed in 217 milliseconds