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

/frameworks/base/media/java/android/media/
H A DMediaRouter.java81 final RouteCategory mSystemCategory; field in class:MediaRouter.Static
125 mSystemCategory = new RouteCategory(
128 mSystemCategory.mIsSystem = true;
140 mDefaultAudioVideo = new RouteInfo(mSystemCategory);
203 final RouteInfo info = new RouteInfo(sStatic.mSystemCategory);
483 RouteInfo route = new RouteInfo(sStatic.mSystemCategory);
747 return sStatic.mSystemCategory;
1411 final RouteInfo newRoute = new RouteInfo(sStatic.mSystemCategory);

Completed in 715 milliseconds