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

/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaRouter.java76 static GlobalMediaRouter sGlobal; field in class:MediaRouter
219 if (sGlobal == null) {
220 sGlobal = new GlobalMediaRouter(context.getApplicationContext());
221 sGlobal.start();
223 return sGlobal.getRouter(context);
232 return sGlobal.getRoutes();
241 return sGlobal.getProviders();
255 return sGlobal.getDefaultRoute();
306 return sGlobal.getSelectedRoute();
331 RouteInfo route = sGlobal
[all...]

Completed in 47 milliseconds