HomeSort by relevance Sort by last modified time
    Searched defs:sGlobal (Results 1 - 2 of 2) sorted by null

  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
MediaRouter.java 76 static GlobalMediaRouter sGlobal;
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.getSelectedRoute()
    [all...]
  /prebuilts/sdk/current/support/v7/mediarouter/libs/
android-support-v7-mediarouter.jar 

Completed in 281 milliseconds