Home
last modified time | relevance | path

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

/frameworks/base/media/lib/remotedisplay/java/com/android/media/remotedisplay/
DRemoteDisplay.java39 public static final int STATUS_IN_USE = RemoteDisplayInfo.STATUS_IN_USE; field in RemoteDisplay
/frameworks/base/media/java/android/media/
DRemoteDisplayState.java93 public static final int STATUS_IN_USE = 1; field in RemoteDisplayState.RemoteDisplayInfo
DMediaRouter.java1373 RouteInfo.STATUS_AVAILABLE: RouteInfo.STATUS_IN_USE; in getWifiDisplayStatusCode()
1502 /** @hide */ public static final int STATUS_IN_USE = 5; field in MediaRouter.RouteInfo
1646 case STATUS_IN_USE: in resolveStatusCode()
/frameworks/base/tests/RemoteDisplayProvider/src/com/android/media/remotedisplay/test/
DRemoteDisplayProviderService.java101 mTestDisplay4.setStatus(RemoteDisplay.STATUS_IN_USE); in onDiscoveryModeChanged()
/frameworks/base/services/core/java/com/android/server/media/
DMediaRouterService.java1073 case MediaRouter.RouteInfo.STATUS_IN_USE: in getConnectionPhase()
1369 case RemoteDisplayInfo.STATUS_IN_USE: in computeStatusCode()
1370 return MediaRouter.RouteInfo.STATUS_IN_USE; in computeStatusCode()