Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DMediaRouter.java86 final RouteCategory mSystemCategory; field in MediaRouter.Static
130 mSystemCategory = new RouteCategory( in Static()
133 mSystemCategory.mIsSystem = true; in Static()
145 mDefaultAudioVideo = new RouteInfo(mSystemCategory); in startMonitoringRoutes()
223 final RouteInfo info = new RouteInfo(mSystemCategory); in updateAudioRoutes()
509 RouteInfo route = new RouteInfo(mSystemCategory); in makeGlobalRoute()
829 return sStatic.mSystemCategory; in getSystemCategory()
1526 final RouteInfo newRoute = new RouteInfo(sStatic.mSystemCategory); in makeWifiDisplayRoute()