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

/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaRouter.java67 static GlobalMediaRouter sGlobal; field in class:MediaRouter
165 if (sGlobal == null) {
166 sGlobal = new GlobalMediaRouter(context.getApplicationContext());
167 sGlobal.start();
169 return sGlobal.getRouter(context);
178 return sGlobal.getRoutes();
187 return sGlobal.getProviders();
200 return sGlobal.getDefaultRoute();
250 return sGlobal.getSelectedRoute();
274 RouteInfo route = sGlobal
[all...]

Completed in 40 milliseconds