Home
last modified time | relevance | path

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

/frameworks/base/media/tests/MediaRouter/src/com/android/mediaroutertest/
DMediaRouteInfoTest.java73 mRouteInfo.mSupportedType = MediaRouter.ROUTE_TYPE_REMOTE_DISPLAY; in testGetPresentationDisplay_notLiveVideo()
83 mRouteInfo.mSupportedType |= MediaRouter.ROUTE_TYPE_LIVE_AUDIO; in testGetPresentationDisplay_includesLiveVideo()
163 private int mSupportedType = MediaRouter.ROUTE_TYPE_LIVE_VIDEO; field in MediaRouteInfoTest.TestableRouteInfo
183 return mSupportedType; in getSupportedTypes()