[go: nahoru, domu]

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

/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaRouter.java114 static GlobalMediaRouter sGlobal; field in class:MediaRouter
257 if (sGlobal == null) {
258 sGlobal = new GlobalMediaRouter(context.getApplicationContext());
259 sGlobal.start();
261 return sGlobal.getRouter(context);
270 return sGlobal.getRoutes();
279 return sGlobal.getProviders();
293 return sGlobal.getDefaultRoute();
344 return sGlobal.getSelectedRoute();
369 RouteInfo route = sGlobal
[all...]

Completed in 61 milliseconds