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

/frameworks/base/media/lib/java/com/android/media/remotedisplay/
H A DRemoteDisplay.java40 public static final int STATUS_IN_USE = RemoteDisplayInfo.STATUS_IN_USE; field in class:RemoteDisplay
/frameworks/base/media/java/android/media/
H A DRemoteDisplayState.java93 public static final int STATUS_IN_USE = 1; field in class:RemoteDisplayState.RemoteDisplayInfo
H A DMediaRouter.java1364 RouteInfo.STATUS_AVAILABLE: RouteInfo.STATUS_IN_USE;
1493 /** @hide */ public static final int STATUS_IN_USE = 5; field in class:MediaRouter.RouteInfo
1637 case STATUS_IN_USE:
/frameworks/base/tests/RemoteDisplayProvider/src/com/android/media/remotedisplay/test/
H A DRemoteDisplayProviderService.java101 mTestDisplay4.setStatus(RemoteDisplay.STATUS_IN_USE);
/frameworks/base/services/java/com/android/server/media/
H A DMediaRouterService.java1073 case MediaRouter.RouteInfo.STATUS_IN_USE:
1369 case RemoteDisplayInfo.STATUS_IN_USE:
1370 return MediaRouter.RouteInfo.STATUS_IN_USE;

Completed in 1091 milliseconds